From: Josh Date: Mon, 11 Mar 2024 13:27:53 +0000 (-0400) Subject: fix(docs): parameter promptDeleteAllFiles defaults to false not true X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~76^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f66fb97b30366241d57f43b647f1e6b87100a0ce;p=nextcloud-desktop.git fix(docs): parameter promptDeleteAllFiles defaults to false not true The default was changed to false in #1201 Signed-off-by: Josh --- diff --git a/doc/conffile.rst b/doc/conffile.rst index 058826eea..6451e8730 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -51,7 +51,7 @@ Some interesting values that can be set on the configuration file are: | | | The client adjusts the chunk size until each chunk upload takes approximately this long. | | | | Set to 0 to disable dynamic chunk sizing. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ -| ``promptDeleteAllFiles`` | ``true`` | If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. | +| ``promptDeleteAllFiles`` | ``false`` | If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``timeout`` | ``300`` | The timeout for network connections in seconds. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+