mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Option to save flicker-free dimming per AC/DC state https://github.com/seerge/g-helper/issues/3112
This commit is contained in:
@@ -453,7 +453,7 @@ namespace GHelper
|
||||
Invoke(delegate
|
||||
{
|
||||
sliderGammaIgnore = true;
|
||||
sliderGamma.Value = AppConfig.Get("brightness", 100);
|
||||
sliderGamma.Value = VisualControl.GetBrightness();
|
||||
labelGamma.Text = sliderGamma.Value + "%";
|
||||
sliderGammaIgnore = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user