mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fixed a typo
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GHelper.Helpers
|
|||||||
return SystemInformation.PowerStatus.PowerLineStatus == PowerLineStatus.Online;
|
return SystemInformation.PowerStatus.PowerLineStatus == PowerLineStatus.Online;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsInClamshellReady()
|
public bool IsClamshellReady()
|
||||||
{
|
{
|
||||||
return IsExternalDisplayConnected() && IsChargerConnected();
|
return IsExternalDisplayConnected() && IsChargerConnected();
|
||||||
}
|
}
|
||||||
@@ -51,7 +51,7 @@ namespace GHelper.Helpers
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsInClamshellReady())
|
if (IsClamshellReady())
|
||||||
{
|
{
|
||||||
EnableClamshellMode();
|
EnableClamshellMode();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user