Close wizard if done
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Mon, 6 Sep 2021 10:37:51 +0000 (12:37 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Tue, 7 Sep 2021 06:43:27 +0000 (06:43 +0000)
This is needed because of the changes in 02bb5db544cf89a10b1af3e7e06f373525dfe104

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/owncloudsetupwizard.cpp

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