feat: use qsTr

This commit is contained in:
2 * r + 2 * t 2025-05-01 15:36:05 +10:00
parent 16dcc07859
commit fc55cb7426

View file

@ -33,7 +33,7 @@ StyledRect {
TextMetrics {
id: metrics
text: Hyprland.activeClient?.title ?? "Desktop"
text: Hyprland.activeClient?.title ?? qsTr("Desktop")
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
elide: Qt.ElideRight