brightness: add desc for shortcuts
This commit is contained in:
parent
44fefc11b2
commit
e928b96a95
1 changed files with 2 additions and 0 deletions
|
|
@ -63,11 +63,13 @@ Singleton {
|
|||
|
||||
CustomShortcut {
|
||||
name: "brightnessUp"
|
||||
description: "Increase brightness"
|
||||
onPressed: root.increaseBrightness()
|
||||
}
|
||||
|
||||
CustomShortcut {
|
||||
name: "brightnessDown"
|
||||
description: "Decrease brightness"
|
||||
onPressed: root.decreaseBrightness()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue