diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-04-20 20:53:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-20 20:53:39 +0200 |
| commit | b44ca4ebacfd4bf7e098cb8c16c1778c25b6897f (patch) | |
| tree | 232e4226b302a858049b7d40827df2f64844c9c1 /templates | |
| parent | 1f43fad44fefc4fa6d474c0dde8ffaa304be4c75 (diff) | |
threadlist in zip (#664)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/zip.inx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/zip.inx b/templates/zip.inx index 3699915b..42623019 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -13,6 +13,7 @@ <param name="format-{{ format }}" type="boolean" _gui-text=".{{ format | upper }}: {{ _(description) }}">false</param> {%- endfor %} <param name="format-svg" type="boolean" _gui-text=".SVG: {{ _("Scalable Vector Graphic") }}">false</param> + <param name="format-threadlist" type="boolean" _gui-text=".TXT: {{ _("Threadlist") }}">false</param> <param name="extension" type="string" gui-hidden="true">zip</param> <script> {{ command_tag | safe }} |
