mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3753 from nextcloud/bugfix/close-wizard-after-done
Close wizard if done
This commit is contained in:
commit
46f7d07889
@ -684,6 +684,7 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
|
||||
}
|
||||
|
||||
// notify others.
|
||||
_ocWizard->done(QWizard::Accepted);
|
||||
emit ownCloudWizardDone(result);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user