Slash tweaks

This commit is contained in:
Serge
2024-02-11 16:08:30 +01:00
parent c4cd7748f6
commit 7639950843
2 changed files with 3 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ namespace GHelper.AnimeMatrix
try
{
if (AppConfig.ContainsModel("GA40"))
if (AppConfig.ContainsModel("GA403"))
deviceSlash = new SlashDevice();
else
deviceMatrix = new AnimeMatrixDevice();

View File

@@ -101,6 +101,8 @@ public static class AppConfig
}
}
//if (_model.Contains("GA402")) _model = "ROG Zephyrus G14 GA403UI"; // Debug Purposes
return _model;
}