mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Wizard: Skip result page with acceptance instead of closing #5764
This commit is contained in:
parent
7fd2f292e7
commit
ee4892e345
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user