tweak: change label of power profile slider in battery popup
This commit is contained in:
parent
aa89c4391b
commit
77ebc45ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue