mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Clamshell mode is now properly off by default
This commit is contained in:
@@ -31,7 +31,7 @@ namespace GHelper.Helpers
|
|||||||
|
|
||||||
public bool IsClamshellEnabled()
|
public bool IsClamshellEnabled()
|
||||||
{
|
{
|
||||||
return AppConfig.Get("toggle_clamshell_mode") != 0;
|
return AppConfig.Is("toggle_clamshell_mode");
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsChargerConnected()
|
public bool IsChargerConnected()
|
||||||
|
|||||||
Reference in New Issue
Block a user