mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
settings: add setting to track remote search on remote locations
Remote locations by default don't handle recursive search, since it has high costs associated. We can't, however, neglect the ability to search recursively on those folders, nor share the same setting with common folders too. To fix that, add a new setting called "enable-remote-recursive-search" which will be used by the next commits to properly implement recursive search for remote locations.
This commit is contained in:
parent
4dc7e73359
commit
80f8cba489
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@
|
|||
<summary>Whether to enable recursive search or not</summary>
|
||||
<description>Enables or disables recursive search in Nautilus.</description>
|
||||
</key>
|
||||
<key type="b" name="enable-remote-recursive-search">
|
||||
<default>false</default>
|
||||
<summary>Whether to enable recursive search or not on remote locations</summary>
|
||||
<description>Enables or disables recursive search on remote locations in Nautilus.</description>
|
||||
</key>
|
||||
<key type="b" name="show-delete-permanently">
|
||||
<default>false</default>
|
||||
<summary>Whether to show a context menu item to delete permanently</summary>
|
||||
|
|
Loading…
Reference in a new issue