sidebar: make status text of some toggles make more sense

This commit is contained in:
end-4
2025-10-18 21:42:23 +02:00
parent 45d6bfa3fb
commit 6779fa90a5
3 changed files with 3 additions and 0 deletions
@@ -8,6 +8,7 @@ AndroidQuickToggleButton {
id: root
name: Translation.tr("Color Picker")
statusText: ""
toggled: false
buttonIcon: "colorize"
@@ -9,6 +9,7 @@ AndroidQuickToggleButton {
id: root
name: Translation.tr("Game mode")
statusText: ""
toggled: toggled
buttonIcon: "gamepad"
@@ -9,6 +9,7 @@ AndroidQuickToggleButton {
id: root
name: Translation.tr("Screen snip")
statusText: ""
toggled: false
buttonIcon: "screenshot_region"