Skip to content

Commit 4f37465

Browse files
claucambramgallien
authored andcommitted
gui/wizard: When selecting VFS sync with macOS File Provider, do not set up local folder unexpectedly
Signed-off-by: Claudio Cambra <[email protected]>
1 parent ad99cce commit 4f37465

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gui/owncloudsetupwizard.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,11 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
692692
#ifdef BUILD_FILE_PROVIDER_MODULE
693693
if (Mac::FileProvider::fileProviderAvailable()) {
694694
Mac::FileProvider::instance()->domainManager()->addFileProviderDomainForAccount(account);
695+
_ocWizard->appendToConfigurationLog(
696+
tr("<font color=\"green\"><b>File Provider-based account %1 successfully created!</b></font>").arg(account->account()->userIdAtHostWithPort()));
697+
_ocWizard->done(result);
698+
emit ownCloudWizardDone(result);
699+
return;
695700
}
696701
#endif
697702

0 commit comments

Comments
 (0)