label loader content

This commit is contained in:
Benjamin Palko 2025-07-28 13:48:39 -04:00
parent 74267a7dc4
commit cc0b1ee32c

View file

@ -14,4 +14,8 @@ WrapperRectangle {
easing.type: Easing.InOutQuad easing.type: Easing.InOutQuad
} }
} }
Loader {
active: true
sourceComponent: content
}
} }