Postpone gamut UI tweak

This commit is contained in:
Serge
2024-06-09 12:11:08 +02:00
parent abc5b25800
commit c7d6e9ee70

View File

@@ -300,7 +300,7 @@ namespace GHelper.Display
brightnessTimer.Start();
Program.settingsForm.VisualiseBrightness();
if (brightness < 100) ResetGamut();
//if (brightness < 100) ResetGamut();
return _brightness;
}