From fc55cb74266c55b452ab38beb2b971c3e37f8e79 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 15:36:05 +1000 Subject: feat: use qsTr --- modules/bar/components/ActiveWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bar/components/ActiveWindow.qml b/modules/bar/components/ActiveWindow.qml index a87d17b..70ffb8c 100644 --- a/modules/bar/components/ActiveWindow.qml +++ b/modules/bar/components/ActiveWindow.qml @@ -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 -- cgit v1.2.3-freya