From 2f54ff2a436f2774bfdc730b6e95c43f18ed81ac Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sun, 27 Jun 2021 22:47:43 +0200 Subject: group command extension --- templates/group_commands.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/group_commands.xml (limited to 'templates') diff --git a/templates/group_commands.xml b/templates/group_commands.xml new file mode 100644 index 00000000..2a67c5b7 --- /dev/null +++ b/templates/group_commands.xml @@ -0,0 +1,21 @@ + + + {% trans %}Add Group Commands{% endtrans %} + org.inkstitch.group_commands.{{ locale }} + {% trans %}Commands will be added to the currently-selected group.{% endtrans %} + {% for command, description in group_commands %} + false + {% endfor %} + group_commands + + all + + + + + + + + -- cgit v1.3.1