mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
gui/wizard: When selecting VFS sync with macOS File Provider, do not set up local folder unexpectedly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
ad99ccef60
commit
4f37465b2f
@ -692,6 +692,11 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
|
||||
#ifdef BUILD_FILE_PROVIDER_MODULE
|
||||
if (Mac::FileProvider::fileProviderAvailable()) {
|
||||
Mac::FileProvider::instance()->domainManager()->addFileProviderDomainForAccount(account);
|
||||
_ocWizard->appendToConfigurationLog(
|
||||
tr("<font color=\"green\"><b>File Provider-based account %1 successfully created!</b></font>").arg(account->account()->userIdAtHostWithPort()));
|
||||
_ocWizard->done(result);
|
||||
emit ownCloudWizardDone(result);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user