kopia lustrzana https://github.com/inkstitch/inkstitch
17 wiersze
657 B
XML
17 wiersze
657 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Preferences</name>
|
|
<id>org.{{ id_inkstitch }}.preferences</id>
|
|
<param name="extension" type="string" gui-hidden="true">preferences</param>
|
|
<effect implements-custom-gui="true">
|
|
<object-type>all</object-type>
|
|
<icon>{{ icon_path }}inx/preferences.svg</icon>
|
|
<effects-menu>
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no"/>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|