From b5ea306b92dd41576cc9ac85b1084eca8b5f3cac Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 22 Aug 2025 18:57:04 +0200 Subject: [PATCH] Fix Batter Symbol visibility --- Modules/Bar/Widgets/Battery.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Bar/Widgets/Battery.qml b/Modules/Bar/Widgets/Battery.qml index ef09f18..8349da5 100644 --- a/Modules/Bar/Widgets/Battery.qml +++ b/Modules/Bar/Widgets/Battery.qml @@ -22,8 +22,6 @@ NPill { // Choose icon based on charge and charging state function batteryIcon() { - if (!show) - return "" if (charging) return "battery_android_bolt"