Mention selective sync when switching on vfs
authorChristian Kamm <mail@ckamm.de>
Mon, 15 Apr 2019 08:36:14 +0000 (10:36 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:48 +0000 (10:58 +0100)
src/gui/wizard/owncloudwizard.cpp

index b9c33957d2628005760637c8b396ad286acfba94..afc88a0d9f0a340496299cbfd72a13455b54cbd0 100644 (file)
@@ -341,6 +341,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 "
@@ -354,6 +358,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 "