diff options
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" /> |
