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/params.xml | |
| parent | 836ae1754ba71ef022174ad39aac71997108eeb8 (diff) | |
custom-gui prevents error msg (e.g. no nodes) (#2233)
Diffstat (limited to 'templates/params.xml')
| -rw-r--r-- | templates/params.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |
