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 /src/ui/dlg-extract.ui | |
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 'src/ui/dlg-extract.ui')
-rw-r--r-- | src/ui/dlg-extract.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ui/dlg-extract.ui b/src/ui/dlg-extract.ui index 3a44384..745c548 100644 --- a/src/ui/dlg-extract.ui +++ b/src/ui/dlg-extract.ui @@ -288,6 +288,22 @@ <property name="position">2</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="close_dialog_checkbutton"> + <property name="label" translatable="yes">close dialog after decompression</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> </child> </object> |