UI tweaks

This commit is contained in:
Serge
2023-06-03 22:17:46 +02:00
parent eb522214f0
commit 92fa210898
11 changed files with 306 additions and 166 deletions

View File

@@ -124,7 +124,7 @@ namespace GHelper
_modes.Remove(3);
}
if (AppConfig.ContainsModel("G513")) {
if (AppConfig.ContainsModel("G513QY")) {
return _modes;
}