Added K650 to OLED list

This commit is contained in:
Serge
2024-03-07 18:32:48 +01:00
parent 312028f97c
commit 816988eb6c

View File

@@ -405,7 +405,7 @@ public static class AppConfig
public static bool IsOLED() public static bool IsOLED()
{ {
return ContainsModel("OLED") || IsSlash() || ContainsModel("UX64") || ContainsModel("UX34") || ContainsModel("UX53") || ContainsModel("K360") || ContainsModel("X150") || ContainsModel("M3500"); return ContainsModel("OLED") || IsSlash() || ContainsModel("UX64") || ContainsModel("UX34") || ContainsModel("UX53") || ContainsModel("K360") || ContainsModel("X150") || ContainsModel("M3500") || ContainsModel("K650");
} }
public static bool IsNoOverdrive() public static bool IsNoOverdrive()