Run qmlformat

This commit is contained in:
Tobias Fella
2024-02-20 18:11:23 +01:00
parent f2c12c582e
commit a10da64378
18 changed files with 120 additions and 100 deletions

View File

@@ -26,7 +26,7 @@ QQC2.Control {
target: RoomManager
function onConnectionChanged() {
// We need to rebind as any previous change will have been overwritten.
selectedSpaceId = RoomManager.lastSpaceId
selectedSpaceId = RoomManager.lastSpaceId;
}
}
@@ -267,7 +267,7 @@ QQC2.Control {
onClicked: {
recommendedSpaceDialogComponent.createObject(QQC2.ApplicationWindow.overlay, {
connection: root.connection
}).open()
}).open();
}
Component {
id: recommendedSpaceDialogComponent