mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
10 lines
157 B
QML
10 lines
157 B
QML
import QtQuick
|
|
import Quickshell
|
|
|
|
import qs.modules.common
|
|
|
|
LazyLoader {
|
|
property bool extraCondition: true
|
|
active: Config.ready && extraCondition
|
|
}
|