summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-10-22 01:16:15 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-10-22 09:55:23 +0100
commit52b4daf4396fd3b21755b3a0d1fbf85c3831c6b1 (patch)
tree807c87d61b51ff12550d2834125ddd6007c6f060 /data
parent96d542a0d84da4ad6915a7727642490a5c433d4a (diff)
downloadnautilus-52b4daf4396fd3b21755b3a0d1fbf85c3831c6b1.tar.gz
application: Migrate setting values to new gtk schema
This preserves previously-set user preferences.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index e32cac3e3..cbc329098 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -168,6 +168,11 @@
<summary>Whether to show hidden files</summary>
<description>This key is deprecated and ignored. The “show-hidden” key from “org.gtk.Settings.FileChooser” is now used instead.</description>
</key>
+ <key type="b" name="migrated-gtk-settings">
+ <default>false</default>
+ <summary>Whether GTK 4 settings migration happened</summary>
+ <description>Whether settings shared with GtkFileChooser have been migrated from their GTK 3 key to the GTK 4 ones.</description>
+ </key>
<key name="search-view" enum="org.gnome.nautilus.FolderView">
<default>'list-view'</default>
<summary>What viewer should be used when searching</summary>