Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-04-15 11:36:14 +0300
committerChristian Kamm <mail@ckamm.de>2019-04-16 08:50:30 +0300
commitcffac919a1ae94d8f05df44f9b9f90466ee33398 (patch)
treef72c0689d689928f82c46eb673778cd4bc447a66
parent699582e533efa1447be5a35a4c2734fd3665f211 (diff)
Mention selective sync when switching on vfs
-rw-r--r--src/gui/wizard/owncloudwizard.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp
index dc9a3705e..a47a21e58 100644
--- a/src/gui/wizard/owncloudwizard.cpp
+++ b/src/gui/wizard/owncloudwizard.cpp
@@ -246,6 +246,10 @@ void OwncloudWizard::askExperimentalVirtualFilesFeature(const std::function<void
"When a file is opened its contents will be downloaded automatically. "
"Alternatively files can be downloaded manually by using their context menu."
"\n\n"
+ "The virtual files mode is mutually exclusive with selective sync. "
+ "Currently unselected folders will be translated to online-only folders "
+ "and your selective sync settings will be reset."
+ "\n\n"
"Switching to this mode will abort any currently running synchronization."
"\n\n"
"This is a new, experimental mode. If you decide to use it, please report any "
@@ -259,6 +263,10 @@ void OwncloudWizard::askExperimentalVirtualFilesFeature(const std::function<void
"Instead, a tiny \"%1\" file will be created for each file that exists on the server. "
"The contents can be downloaded by running these files or by using their context menu."
"\n\n"
+ "The virtual files mode is mutually exclusive with selective sync. "
+ "Currently unselected folders will be translated to online-only folders "
+ "and your selective sync settings will be reset."
+ "\n\n"
"Switching to this mode will abort any currently running synchronization."
"\n\n"
"This is a new, experimental mode. If you decide to use it, please report any "