Allow subclasses to read whether packet logger is enabled or not

This commit is contained in:
IceStormNG
2023-08-18 15:08:40 +02:00
parent 0ad058ec4a
commit 1d03eb064a

View File

@@ -288,7 +288,7 @@ namespace GHelper.Peripherals.Mouse
} }
} }
private static bool IsPacketLoggerEnabled() protected static bool IsPacketLoggerEnabled()
{ {
#if DEBUG #if DEBUG
return true; return true;