forked from Shinonome/dots-hyprland
group panels more properly
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
|
||||
import qs.modules.common
|
||||
|
||||
LazyLoader {
|
||||
property bool extraCondition: true
|
||||
active: Config.ready && extraCondition
|
||||
}
|
||||
Reference in New Issue
Block a user