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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-04-16 10:38:42 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-04-16 17:04:28 +0300
commit4fad07179da7d52d10095ed22f696e1d4f9fee5a (patch)
tree1fd9c044267cab1d4462a3e597f248d7f1c90db5 /doc
parent988e928d74ead8559da60d7f8f2cb33217b35807 (diff)
Documentation. Fix incorrect subheader format.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 07bb1a317..913e89ff1 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -371,7 +371,8 @@ Example:
<oc:id>00000020oc5cfy6qqizm</oc:id>
Virtual Files
-----------------
+-------------
+
.. note::
* This feature is currently only available on ``Windows`` by default. ``Linux`` implementation is experimental and must be enabled by adding ``showExperimentalOptions=true`` to the ``nextcloud.cfg`` configuration file in the ``App Data`` folder. ``macOS``, at the moment, is using the same backend as ``Linux`` one. It can be enabled with the same ``showExperimentalOptions`` flag.
@@ -397,7 +398,7 @@ The VFS can also be disabled if needed, so, the entire folder will then be synce
Files that must be removed from the local storage only, need to be dehydrated via the "Free up local space" option, so, the placeholder will get created in place of real files.
User Status
-----------------
+-----------
Starting from 3.2.0, user status is displayed in the Nextcloud desktop client's tray window. The icon and a text message are displayed as long as those are set in the user's account menu in the Web UI (server's website). At the moment, setting the status from the desktop client is not available.
The status is updated almost immediately after it is set in the Web UI. Default user status is always "Online" if no other status is available from the server-side.