From 7f0c8003b3f438aa01c6ece3fc68510932632a92 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 27 Aug 2024 08:09:11 -0400 Subject: [PATCH] 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 --- doc/conffile.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conffile.rst b/doc/conffile.rst index 732180357e79c..4c81e47112968 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -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. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``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 interface |