Port away from and remove Controller::initiated

This commit is contained in:
Tobias Fella
2023-12-23 12:34:26 +01:00
parent a613baa148
commit d02eee6daa
5 changed files with 2 additions and 11 deletions

View File

@@ -22,8 +22,8 @@ LoginStep {
Connections {
target: Controller
function onInitiated() {
root.closeDialog()
function onConnectionAdded(connection) {
connection.syncDone.connect(() => root.closeDialog())
}
}
}