tweak: change label of power profile slider in battery popup

This commit is contained in:
Kiana Sheibani 2025-10-08 00:44:59 -04:00
parent aa89c4391b
commit 77ebc45ffd
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -304,7 +304,7 @@ ColumnLayout {
CustomText {
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: -2
text: "Performance: " + PowerProfile.toString(PowerProfiles.profile)
text: qsTr("Mode: %1").arg(PowerProfile.toString(PowerProfiles.profile))
animate: true
color: Config.colors.secondary
font.pointSize: Config.font.size.small