vertical bar: not hide battery icon when full

This commit is contained in:
end-4
2025-08-18 19:46:38 +07:00
parent 0f81d2cace
commit 0a4dd832a3
@@ -46,7 +46,6 @@ MouseArea {
fill: 1
text: isCharging ? "bolt" : "battery_android_full"
iconSize: Appearance.font.pixelSize.normal
visible: percentage < 1
}
StyledText {
Layout.alignment: Qt.AlignHCenter