menus: move back the "GEGL Graph" action in Filters > Generic menu.

Now that we don't blindly generate a messy list of all non-special cased actions
in Filters > GEGL Operations, "GEGL Graph" is all alone in this submenu. It just
makes sense to bring it back to the Generic submenus where it used to be.
This commit is contained in:
Jehan 2023-06-10 23:13:02 +02:00
parent 6dc5f6792e
commit 7f879d1d31

View file

@ -717,9 +717,6 @@
<item><attribute name="action">app.filters-normal-map</attribute></item>
<item><attribute name="action">app.filters-dilate</attribute></item>
<item><attribute name="action">app.filters-erode</attribute></item>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="filters-action">_GEGL Operations</attribute>
<section>
<item><attribute name="action">app.filters-gegl-graph</attribute></item>
</section>