mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
explicitely enable the finish button.
This commit is contained in:
parent
91d374c514
commit
74abe2fa7a
@ -114,6 +114,9 @@ void OwncloudSetupWizard::slotOwnCloudFound( const QString& url, const QString&
|
||||
{
|
||||
_ocWizard->appendToResultWidget(tr("<font color=\"green\">Successfully connected to %1: ownCloud version %2</font><br/><br/>").arg( url ).arg(infoString));
|
||||
|
||||
// enable the finish button.
|
||||
_ocWizard->button( QWizard::FinishButton )->setEnabled( true );
|
||||
|
||||
// start the local folder creation
|
||||
setupLocalSyncFolder();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user