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 {
|
CustomText {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.topMargin: -2
|
Layout.topMargin: -2
|
||||||
text: "Performance: " + PowerProfile.toString(PowerProfiles.profile)
|
text: qsTr("Mode: %1").arg(PowerProfile.toString(PowerProfiles.profile))
|
||||||
animate: true
|
animate: true
|
||||||
color: Config.colors.secondary
|
color: Config.colors.secondary
|
||||||
font.pointSize: Config.font.size.small
|
font.pointSize: Config.font.size.small
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue