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

8 lines
119 B
QML

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