feat: use qsTr
This commit is contained in:
parent
16dcc07859
commit
fc55cb7426
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ StyledRect {
|
||||||
TextMetrics {
|
TextMetrics {
|
||||||
id: metrics
|
id: metrics
|
||||||
|
|
||||||
text: Hyprland.activeClient?.title ?? "Desktop"
|
text: Hyprland.activeClient?.title ?? qsTr("Desktop")
|
||||||
font.pointSize: Appearance.font.size.smaller
|
font.pointSize: Appearance.font.size.smaller
|
||||||
font.family: Appearance.font.family.mono
|
font.family: Appearance.font.family.mono
|
||||||
elide: Qt.ElideRight
|
elide: Qt.ElideRight
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue