summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-09 17:22:46 -0400
committerAntónio Fernandes <antoniof@gnome.org>2022-07-11 00:36:50 +0100
commit07db1d6ff294832014639f87972c55bc56d7d224 (patch)
tree2116f432fd3be169174e3ee3da9591c4ed316d0d /data
parent94ba087d0967c95c15f12f09b6dc64b8aaa5a445 (diff)
downloadnautilus-07db1d6ff294832014639f87972c55bc56d7d224.tar.gz
general: Always show sidebar
Always show the sidebar, and remove the setting to hide it. We are going to introduce a replacement next commit: AdwFlap.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 39a8ed753..7dbacbee1 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -261,10 +261,5 @@
<summary>Show location bar in new windows</summary>
<description>If set to true, newly opened windows will have the location bar visible.</description>
</key>
- <key type="b" name="start-with-sidebar">
- <default>true</default>
- <summary>Show side pane in new windows</summary>
- <description>If set to true, newly opened windows will have the side pane visible.</description>
- </key>
</schema>
</schemalist>