diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-08-17 17:29:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 17:29:54 +0200 |
| commit | 300755c436ff2dfb9cdcb18aeb14cc368631b784 (patch) | |
| tree | 5dd5a1898724e2c70a30103250bd38f005f41561 /templates/lettering.xml | |
| parent | 404c483cc7c220b2521ab06011bf612303ca2029 (diff) | |
add wxpython abort message (as alternative to stderr output) (#3145)
Diffstat (limited to 'templates/lettering.xml')
| -rw-r--r-- | templates/lettering.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/lettering.xml b/templates/lettering.xml index 1b9576aa..94d9f303 100644 --- a/templates/lettering.xml +++ b/templates/lettering.xml @@ -3,7 +3,7 @@ <name>Lettering</name> <id>org.{{ id_inkstitch }}.lettering</id> <param name="extension" type="string" gui-hidden="true">lettering</param> - <effect> + <effect implements-custom-gui="true" show-stderr="true"> <object-type>all</object-type> <effects-menu> <submenu name="{{ menu_inkstitch }}" translatable="no" /> |
