mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Extra Backlight control
This commit is contained in:
@@ -292,12 +292,7 @@ namespace GHelper
|
||||
|
||||
if (action == "gpu")
|
||||
{
|
||||
if (HardwareControl.GpuControl is not null)
|
||||
{
|
||||
NvidiaGpuControl nvcontrol = (NvidiaGpuControl)HardwareControl.GpuControl;
|
||||
nvcontrol.SetClocksFromConfig();
|
||||
}
|
||||
|
||||
HardwareControl.GetNvidiaGpuControl()?.SetClocksFromConfig();
|
||||
settingsForm.FansToggle();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user