HLoader component, use Loader.asynchronous prop
This commit is contained in:
@@ -18,7 +18,7 @@ HPage {
|
||||
|
||||
readonly property bool hasUnknownDevices: false
|
||||
|
||||
header: Loader {
|
||||
header: HLoader {
|
||||
id: roomHeader
|
||||
source: ready ? "RoomHeader.qml" : ""
|
||||
|
||||
@@ -31,7 +31,7 @@ HPage {
|
||||
page.leftPadding: 0
|
||||
page.rightPadding: 0
|
||||
|
||||
Loader {
|
||||
HLoader {
|
||||
source: ready ? "ChatSplitView.qml" : "../Base/HBusyIndicator.qml"
|
||||
|
||||
Layout.fillWidth: ready
|
||||
|
Reference in New Issue
Block a user