mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Close wizard if done
This is needed because of the changes in 02bb5db544
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
parent
68a433d9bc
commit
6fd0adda52
1 changed files with 1 additions and 0 deletions
|
@ -684,6 +684,7 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
|
|||
}
|
||||
|
||||
// notify others.
|
||||
_ocWizard->done(QWizard::Accepted);
|
||||
emit ownCloudWizardDone(result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue