diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-09-12 11:16:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-09-12 11:16:14 +0200 |
commit | 7ab8c8e0307a0d58438619693c53d9844763f1e8 (patch) | |
tree | 50f52c0c05e184dc61f702a853b3e3eee97b3654 /data/org.gnome.SimpleScan.gschema.xml | |
parent | 0bb0910e8e7dfbc3a55ae89fc2544ce65e62a1d5 (diff) |
New upstream version 3.38.0upstream/3.38.0
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r-- | data/org.gnome.SimpleScan.gschema.xml | 5 |
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> |