ACPI modes support for Vivobook https://github.com/seerge/g-helper/issues/1089
This commit is contained in:
Serge
2023-08-15 13:59:07 +02:00
parent bd7985e817
commit a985cc5bbb
4 changed files with 27 additions and 4 deletions

View File

@@ -183,7 +183,6 @@ namespace GHelper
SetKeyCombo(comboFNF4, textFNF4, "paddle");
}
else
{
SetKeyCombo(comboM1, textM1, "m1");
@@ -197,6 +196,10 @@ namespace GHelper
SetKeyCombo(comboFNE, textFNE, "fne");
}
if (AppConfig.IsStrix())
{
labelM4.Text = "M5/ROG";
}
InitTheme();