summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/Brightness.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Brightness.qml b/services/Brightness.qml
index 3715853..5a900aa 100644
--- a/services/Brightness.qml
+++ b/services/Brightness.qml
@@ -63,11 +63,13 @@ Singleton {
CustomShortcut {
name: "brightnessUp"
+ description: "Increase brightness"
onPressed: root.increaseBrightness()
}
CustomShortcut {
name: "brightnessDown"
+ description: "Decrease brightness"
onPressed: root.decreaseBrightness()
}