mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
use qsTr (for translations later)
This commit is contained in:
@@ -97,7 +97,7 @@ Scope {
|
||||
anchors.centerIn: parent
|
||||
value: Brightness.value
|
||||
icon: "light_mode"
|
||||
name: "Brightness"
|
||||
name: qsTr("Brightness")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ Scope {
|
||||
anchors.centerIn: parent
|
||||
value: Audio.sink?.audio.volume
|
||||
icon: "volume_up"
|
||||
name: "Volume"
|
||||
name: qsTr("Volume")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user