Don't display when unsupported

This commit is contained in:
EinBowser
2025-11-04 14:20:23 +01:00
parent c0d64c4630
commit c1ff57c3d0
2 changed files with 2 additions and 4 deletions
@@ -86,7 +86,7 @@ StyledPopup {
RowLayout {
spacing: 5
visible: Config.options.battery.showHealth
visible: Config.options.battery.showHealth && Battery.health > 0
Layout.fillWidth: true
MaterialSymbol {