mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
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