Merge pull request #557 from Sighthesia/MinimumBrightness

BrightnessService: add minimum brightness to prevent backlight from t…
This commit is contained in:
Lemmy
2025-10-26 19:16:07 -04:00
committed by GitHub
9 changed files with 49 additions and 9 deletions
+1
View File
@@ -355,6 +355,7 @@ Singleton {
// brightness
property JsonObject brightness: JsonObject {
property int brightnessStep: 5
property bool enforceMinimum: true
}
property JsonObject colorSchemes: JsonObject {