diff options
author | zhuyaliang <[email protected]> | 2023-03-24 10:44:43 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-04-05 03:17:49 +0000 |
commit | e424eb21db35129aee934aa528bddff0869b7a38 (patch) | |
tree | c345963472eea6060e50705556f04a25778b6974 /data/org.mate.engrampa.gschema.xml.in | |
parent | 4ee39ab04260179144ebb9ac7160df79a5b1e6fc (diff) | |
download | engrampa-e424eb21db35129aee934aa528bddff0869b7a38.tar.bz2 engrampa-e424eb21db35129aee934aa528bddff0869b7a38.tar.xz |
Extract: add the function of automatically closing the dialog box after decompression
Diffstat (limited to 'data/org.mate.engrampa.gschema.xml.in')
-rw-r--r-- | data/org.mate.engrampa.gschema.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.mate.engrampa.gschema.xml.in b/data/org.mate.engrampa.gschema.xml.in index c997fd9..fed9a1e 100644 --- a/data/org.mate.engrampa.gschema.xml.in +++ b/data/org.mate.engrampa.gschema.xml.in @@ -150,6 +150,10 @@ <default>true</default> <summary>Recreate the folders stored in the archive</summary> </key> + <key name="close-dialog" type="b"> + <default>false</default> + <summary>Close dialog after decompression</summary> + </key> </schema> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.engrampa.dialogs.add" path="/org/mate/engrampa/dialogs/add/"> <key name="current-folder" type="s"> |