2023-02-24 04:15:40 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<interface>
|
|
|
|
<menu id="/patterns-popup">
|
2024-02-25 07:13:01 +08:00
|
|
|
<submenu>
|
|
|
|
<attribute name="label" translatable="yes" context="patterns-action">Patterns Menu</attribute>
|
2023-02-24 04:15:40 +08:00
|
|
|
|
2024-02-25 07:13:01 +08:00
|
|
|
<item><attribute name="action">patterns.patterns-open-as-image</attribute></item>
|
2023-02-24 04:15:40 +08:00
|
|
|
|
2024-02-25 07:13:01 +08:00
|
|
|
<!-- disabled because they are useless now
|
|
|
|
<item><attribute name="action">patterns.patterns-edit</attribute></item>
|
|
|
|
<section>
|
|
|
|
<item><attribute name="action">patterns.patterns-new</attribute></item>
|
|
|
|
<item><attribute name="action">patterns.patterns-duplicate</attribute></item>
|
|
|
|
</section>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<item><attribute name="action">patterns.patterns-copy-location</attribute></item>
|
|
|
|
<item><attribute name="action">patterns.patterns-show-in-file-manager</attribute></item>
|
|
|
|
<item><attribute name="action">patterns.patterns-delete</attribute></item>
|
|
|
|
<section>
|
|
|
|
<item><attribute name="action">patterns.patterns-refresh</attribute></item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
2023-02-24 04:15:40 +08:00
|
|
|
</menu>
|
|
|
|
</interface>
|