This commit is contained in:
Serge
2024-09-07 15:03:53 +02:00
parent 7f44ba0195
commit 1ea3725568

View File

@@ -977,7 +977,7 @@ namespace GHelper.Input
} }
else else
{ {
brightness = Math.Max(Math.Min(100, brightness + delta), -10); brightness = Math.Max(Math.Min(100, brightness + delta), 0);
} }
AppConfig.Set("screenpad", brightness); AppConfig.Set("screenpad", brightness);