diff --git a/components/shellsettingsplugin/mobileshellsettings.cpp b/components/shellsettingsplugin/mobileshellsettings.cpp index 7c210419..a5ca128e 100644 --- a/components/shellsettingsplugin/mobileshellsettings.cpp +++ b/components/shellsettingsplugin/mobileshellsettings.cpp @@ -118,7 +118,7 @@ void MobileShellSettings::setStatusBarScaleFactor(float statusBarScaleFactor) bool MobileShellSettings::showBatteryPercentage() const { auto group = KConfigGroup{m_config, GENERAL_CONFIG_GROUP}; - return group.readEntry("showBatteryPercentage", false); + return group.readEntry("showBatteryPercentage", true); } void MobileShellSettings::setShowBatteryPercentage(bool showBatteryPercentage)