mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Skip Visual Modes if laptop screen is disabled
This commit is contained in:
@@ -130,6 +130,7 @@ namespace GHelper.Display
|
||||
if (mode == SplendidCommand.Default && init) return; // Skip default setting on init
|
||||
|
||||
if (ScreenCCD.GetHDRStatus(true)) return;
|
||||
if (ScreenNative.GetRefreshRate(ScreenNative.FindLaptopScreen(true)) < 0) return;
|
||||
|
||||
if (whiteBalance != DefaultColorTemp && !init) ProcessHelper.RunAsAdmin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user