forked from Shinonome/dots-hyprland
hefty: bar: make battery vertical-compatible
This commit is contained in:
@@ -3,5 +3,5 @@ import QtQuick
|
||||
|
||||
FadeLoader {
|
||||
id: root
|
||||
onActiveChanged: item.shown = true
|
||||
onActiveChanged: if (active) item.shown = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user