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
@@ -186,7 +186,7 @@ Scope {
}
GlobalShortcut {
name: "osdVolumeTrigger"
description: Translation.tr("Triggers volume OSD on press")
description: "Triggers volume OSD on press"
onPressed: {
root.triggerOsd()
@@ -194,7 +194,7 @@ Scope {
}
GlobalShortcut {
name: "osdVolumeHide"
description: Translation.tr("Hides volume OSD on press")
description: "Hides volume OSD on press"
onPressed: {
root.showOsdValues = false