From 77ebc45ffd47abee9c614cc249111f8240edb2ba Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 8 Oct 2025 00:44:59 -0400 Subject: [PATCH] tweak: change label of power profile slider in battery popup --- modules/bar/popouts/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/popouts/Battery.qml b/modules/bar/popouts/Battery.qml index c1459ef..5553f32 100644 --- a/modules/bar/popouts/Battery.qml +++ b/modules/bar/popouts/Battery.qml @@ -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