diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-07-20 09:11:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 09:11:29 +0200 |
| commit | 67b628b5e337d6d28045fe50261096fa9554f495 (patch) | |
| tree | de1b637c609429daab069d2e89f4b4c102574c06 /templates | |
| parent | c089a5ed0c00b7c0b6ac1c82ba1c21ed9f50c68e (diff) | |
about: need -> implement (#3098)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.xml b/templates/about.xml index b58a7ebc..e84c0d19 100644 --- a/templates/about.xml +++ b/templates/about.xml @@ -3,7 +3,7 @@ <name>About</name> <id>org.{{ id_inkstitch }}.about</id> <param name="extension" type="string" gui-hidden="true">about</param> - <effect needs-custom-gui="true" show-stderr="true"> + <effect implements-custom-gui="true"> <object-type>all</object-type> <effects-menu> <submenu name="{{ menu_inkstitch }}" translatable="no" /> |
