This commit is contained in:
Serge
2024-09-07 15:04:14 +02:00
4 changed files with 19 additions and 4 deletions

View File

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