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 #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