UI Tweaks

This commit is contained in:
Serge
2024-03-10 21:33:43 +01:00
parent 313db0aa43
commit 84bf767e47
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ namespace GHelper.Display
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()