This commit is contained in:
Serge
2023-11-12 11:48:06 +01:00
parent f6602fff3c
commit 9f56aa9d3d

View File

@@ -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();
}
}
}