diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/ServiceConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |