Files
illogical-impulse/dots/.config/quickshell/ii/modules/common/widgets/ChoreographerLoader.qml
T
2026-03-08 21:51:54 +01:00

8 lines
131 B
QML

pragma ComponentBehavior: Bound
import QtQuick
FadeLoader {
id: root
onActiveChanged: if (active) item.shown = true
}