diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-11-18 11:12:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 11:12:58 +0100 |
| commit | e8123b72744b81302f1d264082940b58b3695584 (patch) | |
| tree | 786c9ab5b5bc35f9023f7ce40634bb38f1e3298b /templates | |
| parent | b20ad42733ae54ffb260c0262c5689c87515eae3 (diff) | |
Thread catalog: fix broken path (#3281)
* thread catalog: fix broken path
* apply threadlist: use wxpython to also include custom lists
* apply_palette: save last choice
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/apply_palette.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/templates/apply_palette.xml b/templates/apply_palette.xml index f315916c..9c782c84 100644 --- a/templates/apply_palette.xml +++ b/templates/apply_palette.xml @@ -3,22 +3,7 @@ <name>Apply Palette</name> <id>org.{{ id_inkstitch }}.apply_palette</id> <param name="extension" type="string" gui-hidden="true">apply_palette</param> - <param name="tabs" type="notebook"> - <page name="options" gui-text="Options"> - <param name="palette" type="optiongroup" appearance="combo" gui-text="Select color palette"> - {%- for item in threadcatalog %} - <item value="{{ item }}">{{ item }}</item> - {%- endfor %} - </param> - </page> - <page name="info" gui-text="Help"> - <label>This extension applies nearest colors from chosen color palette to the elements in this document.</label> - <spacer /> - <label>Get more information on our website</label> - <label appearance="url">https://inkstitch.org/docs/thread-color/#apply-palette</label> - </page> - </param> - <effect> + <effect implements-custom-gui="true" show-stderr="true"> <object-type>all</object-type> <effects-menu> <submenu name="{{ menu_inkstitch }}" translatable="no"> |
