diff --git a/app/Peripherals/PeripheralsProvider.cs b/app/Peripherals/PeripheralsProvider.cs index ee73be95..b44d90d4 100644 --- a/app/Peripherals/PeripheralsProvider.cs +++ b/app/Peripherals/PeripheralsProvider.cs @@ -239,6 +239,7 @@ namespace GHelper.Peripherals timer.Stop(); Logger.WriteLine("HID Device Event: Checking for new ASUS Mice"); DetectAllAsusMice(); + if (AppConfig.IsZ13()) Program.inputDispatcher.Init(); } } }