mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 21:39:57 -05:00
use qsTr (for translations later)
This commit is contained in:
@@ -15,6 +15,6 @@ QuickToggleButton {
|
||||
command: ["bash", "-c", "${XDG_CONFIG_HOME:-$HOME/.config}/quickshell/scripts/wayland-idle-inhibitor.py"]
|
||||
}
|
||||
StyledToolTip {
|
||||
content: "Keep system awake"
|
||||
content: qsTr("Keep system awake")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user