Merge pull request #3753 from nextcloud/bugfix/close-wizard-after-done

Close wizard if done
This commit is contained in:
Matthieu Gallien 2021-09-07 09:08:09 +02:00 committed by GitHub
commit 46f7d07889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -684,6 +684,7 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
}
// notify others.
_ocWizard->done(QWizard::Accepted);
emit ownCloudWizardDone(result);
}