Show flicker-free dimming only on supported models

This commit is contained in:
Serge
2024-02-17 10:36:42 +01:00
parent 6f0c92e55d
commit 4863946ca3
3 changed files with 7 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ namespace GHelper
VisualiseFnLock();
buttonFnLock.Click += ButtonFnLock_Click;
panelGamma.Visible = AppConfig.IsOLED();
sliderGamma.ValueChanged += SliderGamma_ValueChanged;
labelGamma.Text = "100%";