From: Felix Weilbach Date: Mon, 6 Sep 2021 10:37:51 +0000 (+0200) Subject: Close wizard if done X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2~245^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6fd0adda52ec814ad11e9ea55f1d2fe92e3b2628;p=nextcloud-desktop.git Close wizard if done This is needed because of the changes in 02bb5db544cf89a10b1af3e7e06f373525dfe104 Signed-off-by: Felix Weilbach --- diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp index 3b8680356..86c4524a8 100644 --- a/src/gui/owncloudsetupwizard.cpp +++ b/src/gui/owncloudsetupwizard.cpp @@ -684,6 +684,7 @@ void OwncloudSetupWizard::slotAssistantFinished(int result) } // notify others. + _ocWizard->done(QWizard::Accepted); emit ownCloudWizardDone(result); }