mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Slash tweaks
This commit is contained in:
@@ -36,7 +36,7 @@ namespace GHelper.AnimeMatrix
|
||||
|
||||
try
|
||||
{
|
||||
if (AppConfig.ContainsModel("GA40"))
|
||||
if (AppConfig.ContainsModel("GA403"))
|
||||
deviceSlash = new SlashDevice();
|
||||
else
|
||||
deviceMatrix = new AnimeMatrixDevice();
|
||||
|
||||
@@ -101,6 +101,8 @@ public static class AppConfig
|
||||
}
|
||||
}
|
||||
|
||||
//if (_model.Contains("GA402")) _model = "ROG Zephyrus G14 GA403UI"; // Debug Purposes
|
||||
|
||||
return _model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user