mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Double WMI and hotkey fix for ancient models https://github.com/seerge/g-helper/issues/2081
This commit is contained in:
@@ -890,6 +890,7 @@ namespace GHelper.Input
|
||||
if (e.NewEvent is null) return;
|
||||
int EventID = int.Parse(e.NewEvent["EventID"].ToString());
|
||||
Logger.WriteLine("WMI event " + EventID);
|
||||
if (AppConfig.NoWMI()) return;
|
||||
HandleEvent(EventID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user