not attempt to show translated globalshortcut description cuz they can't be changed

This commit is contained in:
end-4
2025-07-17 15:28:31 +07:00
parent 8a4f2f2851
commit 158428e63e
14 changed files with 38 additions and 37 deletions
@@ -141,13 +141,13 @@ Singleton {
GlobalShortcut {
name: "brightnessIncrease"
description: Translation.tr("Increase brightness")
description: "Increase brightness"
onPressed: root.increaseBrightness()
}
GlobalShortcut {
name: "brightnessDecrease"
description: Translation.tr("Decrease brightness")
description: "Decrease brightness"
onPressed: root.decreaseBrightness()
}
}