mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Allow subclasses to read whether packet logger is enabled or not
This commit is contained in:
@@ -288,7 +288,7 @@ namespace GHelper.Peripherals.Mouse
|
||||
}
|
||||
}
|
||||
|
||||
private static bool IsPacketLoggerEnabled()
|
||||
protected static bool IsPacketLoggerEnabled()
|
||||
{
|
||||
#if DEBUG
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user