From 1d03eb064a52dd62b42bbd8293480bb7d9cc27f1 Mon Sep 17 00:00:00 2001 From: IceStormNG Date: Fri, 18 Aug 2023 15:08:40 +0200 Subject: [PATCH] Allow subclasses to read whether packet logger is enabled or not --- app/Peripherals/Mouse/AsusMouse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Peripherals/Mouse/AsusMouse.cs b/app/Peripherals/Mouse/AsusMouse.cs index cd6eae26..d25fa232 100644 --- a/app/Peripherals/Mouse/AsusMouse.cs +++ b/app/Peripherals/Mouse/AsusMouse.cs @@ -288,7 +288,7 @@ namespace GHelper.Peripherals.Mouse } } - private static bool IsPacketLoggerEnabled() + protected static bool IsPacketLoggerEnabled() { #if DEBUG return true;