This commit is contained in:
Serge
2024-04-28 10:39:21 +02:00
parent d26d9c46ad
commit 123fbc414f
4 changed files with 16 additions and 11 deletions

View File

@@ -416,7 +416,7 @@ public static class AppConfig
public static bool IsNoOverdrive()
{
return Is("no_overdrive") || IsOLED();
return Is("no_overdrive");
}
public static bool IsNoSleepEvent()