This commit is contained in:
Serge
2023-07-22 19:23:36 +02:00
parent ef442da885
commit a004924a42

View File

@@ -494,8 +494,7 @@ namespace GHelper
if (checkAutoToggleClamshellMode.Checked) if (checkAutoToggleClamshellMode.Checked)
{ {
ClamshellModeControl ctrl = new ClamshellModeControl(); clamshellControl.ToggleLidAction();
ctrl.ToggleLidAction();
} }
else else
{ {