Clamshell mode is now properly off by default

This commit is contained in:
IceStormNG
2023-07-26 21:13:24 +02:00
parent b9625f2748
commit ccb413b2e6

View File

@@ -31,7 +31,7 @@ namespace GHelper.Helpers
public bool IsClamshellEnabled()
{
return AppConfig.Get("toggle_clamshell_mode") != 0;
return AppConfig.Is("toggle_clamshell_mode");
}
public bool IsChargerConnected()