Extended OLED models list

This commit is contained in:
Serge
2024-02-24 18:56:32 +01:00
parent 34d2273ff5
commit 267662e15b

View File

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