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,7 +141,7 @@ Scope { // Scope
GlobalShortcut {
name: "oskToggle"
description: Translation.tr("Toggles on screen keyboard on press")
description: "Toggles on screen keyboard on press"
onPressed: {
oskLoader.active = !oskLoader.active;
@@ -150,7 +150,7 @@ Scope { // Scope
GlobalShortcut {
name: "oskOpen"
description: Translation.tr("Opens on screen keyboard on press")
description: "Opens on screen keyboard on press"
onPressed: {
oskLoader.active = true;
@@ -159,7 +159,7 @@ Scope { // Scope
GlobalShortcut {
name: "oskClose"
description: Translation.tr("Closes on screen keyboard on press")
description: "Closes on screen keyboard on press"
onPressed: {
oskLoader.active = false;