summaryrefslogtreecommitdiff
path: root/data/org.gnome.SimpleScan.gschema.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:32 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:32 +0200
commited922abe63707106eb4024fc50046647cdf5cb3a (patch)
treea24f2db0474dcb665a6ae9a571e36363bae5150f /data/org.gnome.SimpleScan.gschema.xml
parentb5c71291fc6d07fbc16d09a8f2a374c4ac86ddf1 (diff)
parentcbed9d3da4012f5e767551bb24ce16700e367381 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r--data/org.gnome.SimpleScan.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml
index 82e3b90..35e0f6f 100644
--- a/data/org.gnome.SimpleScan.gschema.xml
+++ b/data/org.gnome.SimpleScan.gschema.xml
@@ -60,6 +60,11 @@
<summary>Directory to save files to</summary>
<description>The directory to save files to. Defaults to the documents directory if unset.</description>
</key>
+ <key name="save-format" type="s">
+ <default>'application/pdf'</default>
+ <summary>File format that is used for saving image files</summary>
+ <description>MIME type that is used for saving image files. Examples of supported MIME types: image/jpeg, image/png, application/pdf</description>
+ </key>
<key name="jpeg-quality" type="i">
<range min="0" max="100"/>
<default>75</default>