Standard mode fix

This commit is contained in:
Serge
2023-07-23 13:33:05 +02:00
parent a004924a42
commit 20b99810cb
4 changed files with 35 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ namespace GHelper
}
}
checkAutoToggleClamshellMode.Visible = clamshellControl.IsExternalDisplayConnected();
//checkAutoToggleClamshellMode.Visible = clamshellControl.IsExternalDisplayConnected();
checkAutoToggleClamshellMode.Checked = AppConfig.Is("toggle_clamshell_mode");
checkAutoToggleClamshellMode.CheckedChanged += checkAutoToggleClamshellMode_CheckedChanged;