From 49b94e7b188010d70920590a50f8441373442dfd Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:04:00 +0800 Subject: services: add brightnessIncrement config property (#1010) * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll --- config/ServiceConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/ServiceConfig.qml') diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml index 36a51aa..d083b7a 100644 --- a/config/ServiceConfig.qml +++ b/config/ServiceConfig.qml @@ -8,6 +8,7 @@ JsonObject { property string gpuType: "" property int visualiserBars: 45 property real audioIncrement: 0.1 + property real brightnessIncrement: 0.1 property real maxVolume: 1.0 property bool smartScheme: true property string defaultPlayer: "Spotify" -- cgit v1.2.3-freya