Skip to content

Commit db1f1a8

Browse files
claucambramgallien
authored andcommitted
gui/wizard: Add orientation message for macOS VFS users using virtual files
Signed-off-by: Claudio Cambra <[email protected]>
1 parent 4f37465 commit db1f1a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/gui/owncloudsetupwizard.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,14 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
696696
tr("<font color=\"green\"><b>File Provider-based account %1 successfully created!</b></font>").arg(account->account()->userIdAtHostWithPort()));
697697
_ocWizard->done(result);
698698
emit ownCloudWizardDone(result);
699+
700+
QMessageBox::information(nullptr,
701+
tr("Virtual files enabled"),
702+
tr("Your account is now syncing with virtual files support. "
703+
"This means that all your files are online-only by default, "
704+
"and will be downloaded on-demand when you open them. "
705+
"You may find your files under the <b>Locations</b> section of the Finder sidebar."));
706+
699707
return;
700708
}
701709
#endif

0 commit comments

Comments
 (0)