forked from Shinonome/dots-hyprland
Don't display when unsupported
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user