forked from Shinonome/dots-hyprland
use qsTr (for translations later)
This commit is contained in:
@@ -25,6 +25,6 @@ QuickToggleButton {
|
||||
command: ['bash', '-c', `hyprctl reload`]
|
||||
}
|
||||
StyledToolTip {
|
||||
content: "Game mode"
|
||||
content: qsTr("Game mode")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user