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