BrightnessService: add switch to toggle minimum brightness limit

This commit is contained in:
Sighthesia
2025-10-25 01:22:35 +08:00
parent e9f4badec5
commit f35f8e018f
9 changed files with 45 additions and 12 deletions
+1
View File
@@ -352,6 +352,7 @@ Singleton {
// brightness
property JsonObject brightness: JsonObject {
property int brightnessStep: 5
property bool enforceMinimum: true
}
property JsonObject colorSchemes: JsonObject {