mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-22 11:15:44 +02: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