diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-01 11:53:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 11:53:31 +0200 |
| commit | 2b5e715e347d399da3a00eb8b79de93d83a17db1 (patch) | |
| tree | b1a3a3051720905d798f8bc925fa47a9f9b69082 /templates | |
| parent | 836ae1754ba71ef022174ad39aac71997108eeb8 (diff) | |
custom-gui prevents error msg (e.g. no nodes) (#2233)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install.xml | 2 | ||||
| -rw-r--r-- | templates/params.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.xml b/templates/install.xml index 2038017a..8b6b8d48 100644 --- a/templates/install.xml +++ b/templates/install.xml @@ -3,7 +3,7 @@ <name>Install thread color palettes for Inkscape</name> <id>org.inkstitch.install</id> <param name="extension" type="string" gui-hidden="true">install</param> - <effect implements-custom-gui="true"> + <effect> <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch" translatable="no"> diff --git a/templates/params.xml b/templates/params.xml index 662d5077..82314da6 100644 --- a/templates/params.xml +++ b/templates/params.xml @@ -3,7 +3,7 @@ <name>Params</name> <id>org.inkstitch.params</id> <param name="extension" type="string" gui-hidden="true">params</param> - <effect implements-custom-gui="true"> + <effect> <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch" translatable="no" /> |
