Skip to content

Commit 71d12d5

Browse files
committed
settings: Make the default search button states match the old search
behavior.
1 parent 3173522 commit 71d12d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libnemo-private/org.nemo.gschema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,11 +826,11 @@
826826
<summary>Treat patterns as raw bytes, not utf-8</summary>
827827
</key>
828828
<key name="search-file-case-sensitive" type="b">
829-
<default>true</default>
829+
<default>false</default>
830830
<summary>Stores the most recent state of the file search case toggle</summary>
831831
</key>
832832
<key name="search-content-case-sensitive" type="b">
833-
<default>true</default>
833+
<default>false</default>
834834
<summary>Stores the most recent state of the content search case toggle</summary>
835835
</key>
836836
<key name="search-skip-folders" type="as">
@@ -839,7 +839,7 @@
839839
<description>List of locations that the search engine will never enter when looking for matches. These can be absolute or simply folder names (like .git). You can still enter those folders and search inside of them, however.</description>
840840
</key>
841841
<key name="search-files-recursively" type="b">
842-
<default>false</default>
842+
<default>true</default>
843843
<summary>Recurse into subfolders when performing a search</summary>
844844
</key>
845845
<key name="search-visible-columns" type="as">

0 commit comments

Comments
 (0)