mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 09:19:27 -05:00
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