summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2022-12-24 02:39:03 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-12-24 13:26:04 +0000
commit224c6b6d39cfd5e41880d6fadb91a024344ad825 (patch)
tree2848eec6f867e1f61ee7451ac34dec39fb3e0d3f /data
parentdd5e1c82a308fb5df9846bdd8dfe56e7d001b111 (diff)
downloadnautilus-224c6b6d39cfd5e41880d6fadb91a024344ad825.tar.gz
gschema: remove upper limit on thumbnailing file size range
Setting a size was removed from the Preferences window in !637. The default is now fixed at 50 MB. With the setting no longer being visible to the user, allow power users to set it to arbitrary values via dconf. Fixes #1638
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index c1f84e236..02ca50262 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -135,7 +135,6 @@
<description>Speed trade-off for when to show a file as a thumbnail. If set to “always” then always thumbnail, even if the folder is on a remote server. If set to “local-only” then only show thumbnails for local file systems. If set to “never” then never bother to thumbnail files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type.</description>
</key>
<key type="t" name="thumbnail-limit">
- <range max="5000"/>
<default>50</default>
<summary>Maximum image size for thumbnailing</summary>
<description>Images over this size (in megabytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>