Fix opening CreateSpaceDialog in Qt6
This commit is contained in:
@@ -40,7 +40,7 @@ RowLayout {
|
|||||||
text: i18n("Create a Space")
|
text: i18n("Create a Space")
|
||||||
icon.name: "list-add"
|
icon.name: "list-add"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
let dialog = createSpaceDialog.createObject(root.overlay);
|
let dialog = createSpaceDialog.createObject(applicationWindow().overlay);
|
||||||
dialog.open()
|
dialog.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user