We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f37465 commit db1f1a8Copy full SHA for db1f1a8
src/gui/owncloudsetupwizard.cpp
@@ -696,6 +696,14 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
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
+
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
707
return;
708
}
709
#endif
0 commit comments