mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
docs: conf file option moveToTrash is no longer Linux specific
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e456d1402c
commit
57db11e331
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ Some interesting values that can be set on the configuration file are:
|
||||||
| ``timeout`` | ``300`` | The timeout for network connections in seconds. |
|
| ``timeout`` | ``300`` | The timeout for network connections in seconds. |
|
||||||
+----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
|
+----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
|
||||||
| ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. |
|
| ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. |
|
||||||
| | | This option only works on linux |
|
|
||||||
+----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
|
+----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
|
||||||
| ``showExperimentalOptions`` | ``false`` | Whether to show experimental options that are still undergoing testing in the user interface. |
|
| ``showExperimentalOptions`` | ``false`` | Whether to show experimental options that are still undergoing testing in the user interface. |
|
||||||
| | | Turning this on does not enable experimental behavior on its own. It does enable user interface |
|
| | | Turning this on does not enable experimental behavior on its own. It does enable user interface |
|
||||||
|
|
Loading…
Reference in a new issue