From: Christian Kamm Date: Mon, 9 Apr 2018 08:46:52 +0000 (+0200) Subject: Doc: Add showExperimentalOptions to conffile.rst X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~605 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c6a76d280d1f887de2b1d3fe363756031eeee66;p=nextcloud-desktop.git Doc: Add showExperimentalOptions to conffile.rst --- diff --git a/doc/conffile.rst b/doc/conffile.rst index 58ab50caf..87eeccaa3 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -57,7 +57,11 @@ Some interesting values that can be set on the configuration file are: +---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+ | ``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. | +| | | Turning this on does not enable experimental behavior on its own. It does enable user inferface | +| | | options that can be used to opt in to experimental features. | ++---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------------------------------------------------------------------------+