Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8d912d5

Browse files
committed
Limit Extract action to tar, gz and bz2 files
1 parent 5318e7b commit 8d912d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/action.compression/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
actionBar="true" contextMenu="true" infoPanel="false"
115115
actionBarGroup="change" inZip="false">
116116
</context>
117-
<selectionContext dir="false" file="true" recycle="false" unique="true"/>
117+
<selectionContext dir="false" file="true" recycle="false" unique="true" allowedMimes="tar,gz,bz2"/>
118118
</gui>
119119
<processing>
120120
<clientCallback prepareModal="false"><![CDATA[

0 commit comments

Comments
 (0)