Allow setting GPU clock limit when clock offsets are default https://github.com/seerge/g-helper/issues/1557

This commit is contained in:
Serge
2023-11-03 21:54:41 +01:00
parent f7435b2789
commit a66df0a394
4 changed files with 11 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ namespace GHelper
labelM1.Text = "FN+F2";
labelM2.Text = "FN+F3";
labelM3.Text = "FN+F4";
labelM4.Visible = comboM4.Visible = textM4.Visible = false;
labelM4.Visible = comboM4.Visible = textM4.Visible = AppConfig.IsDUO();
labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false;
}