forked from Shinonome/dots-hyprland
sidebar: make status text of some toggles make more sense
This commit is contained in:
+1
@@ -8,6 +8,7 @@ AndroidQuickToggleButton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
name: Translation.tr("Color Picker")
|
name: Translation.tr("Color Picker")
|
||||||
|
statusText: ""
|
||||||
toggled: false
|
toggled: false
|
||||||
buttonIcon: "colorize"
|
buttonIcon: "colorize"
|
||||||
|
|
||||||
|
|||||||
+1
@@ -9,6 +9,7 @@ AndroidQuickToggleButton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
name: Translation.tr("Game mode")
|
name: Translation.tr("Game mode")
|
||||||
|
statusText: ""
|
||||||
toggled: toggled
|
toggled: toggled
|
||||||
buttonIcon: "gamepad"
|
buttonIcon: "gamepad"
|
||||||
|
|
||||||
|
|||||||
+1
@@ -9,6 +9,7 @@ AndroidQuickToggleButton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
name: Translation.tr("Screen snip")
|
name: Translation.tr("Screen snip")
|
||||||
|
statusText: ""
|
||||||
toggled: false
|
toggled: false
|
||||||
buttonIcon: "screenshot_region"
|
buttonIcon: "screenshot_region"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user