summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@skadhi/shell/quickshell/Services/Brightness.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@skadhi/shell/quickshell/Services/Brightness.qml b/accounts/gkleen@skadhi/shell/quickshell/Services/Brightness.qml
index 63edb127..1f133f01 100644
--- a/accounts/gkleen@skadhi/shell/quickshell/Services/Brightness.qml
+++ b/accounts/gkleen@skadhi/shell/quickshell/Services/Brightness.qml
@@ -14,7 +14,7 @@ Singleton {
14 14
15 property real deadzone: 5268 15 property real deadzone: 5268
16 property real currBrightness 16 property real currBrightness
17 property real exponent: 4 17 property real exponent: 1
18 18
19 function calcCurrBrightness() { 19 function calcCurrBrightness() {
20 if (!currFile.loaded || !maxFile.loaded) 20 if (!currFile.loaded || !maxFile.loaded)