Allow creating spaces
This commit is contained in:
parent
c6bf1e6508
commit
1d7575036e
7 changed files with 55 additions and 14 deletions
|
|
@ -729,6 +729,15 @@ Page {
|
|||
}
|
||||
}
|
||||
|
||||
Platform.MenuItem {
|
||||
text: qsTr("Create a new community")
|
||||
onTriggered: {
|
||||
var createRoom = createRoomComponent.createObject(timelineRoot, { "space": true });
|
||||
createRoom.show();
|
||||
timelineRoot.destroyOnClose(createRoom);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue