XGM fix for HidSharp

This commit is contained in:
Serge
2023-11-16 14:40:47 +01:00
parent 7eb6884aa4
commit fac145811e
3 changed files with 22 additions and 16 deletions

View File

@@ -97,7 +97,7 @@ namespace GHelper
gpuControl.InitXGM();
SetAutoModes(init : true);
SetAutoModes(init: true);
// Subscribing for system power change events
SystemEvents.PowerModeChanged += SystemEvents_PowerModeChanged;