Skip to content

Commit

Permalink
UI Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Mar 10, 2024
1 parent 313db0a commit 84bf767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Display/VisualControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static class VisualControl
private static bool _init = true;
private static string? _splendidPath = null;

private static System.Timers.Timer brightnessTimer = new System.Timers.Timer(100);
private static System.Timers.Timer brightnessTimer = new System.Timers.Timer(200);

public const int DefaultColorTemp = 50;
static VisualControl()
Expand Down
1 change: 1 addition & 0 deletions app/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public void InitVisual()
sliderGamma.Visible = true;
VisualiseBrightness();
sliderGamma.ValueChanged += SliderGamma_ValueChanged;
sliderGamma.MouseUp += SliderGamma_ValueChanged;
}

if (!dimming) labelGammaTitle.Text = Properties.Strings.ViualMode;
Expand Down

0 comments on commit 84bf767

Please sign in to comment.