1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-22 11:15:44 +02:00

Merge pull request 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);
}