1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-05-11 11:34:09 +02:00

Wizard: Skip result page with acceptance instead of closing

This commit is contained in:
Christian Kamm 2017-05-12 10:21:07 +02:00
parent 7fd2f292e7
commit ee4892e345

View File

@ -188,7 +188,7 @@ void OwncloudWizard::slotCurrentPageChanged( int id )
emit basicSetupFinished(QDialog::Accepted);
appendToConfigurationLog( QString::null );
// Immediately close on show, we currently don't want this page anymore
close();
done(Accepted);
}
setOption(QWizard::HaveCustomButton1, id == WizardCommon::Page_AdvancedSetup);