Custom actions placed in submenus are not exposed in toolbar editor
Create/edit a custom action and specify a submenu name. This custom action will not be present in the toolbar editor.
Version: 4.17.8
Create/edit a custom action and specify a submenu name. This custom action will not be present in the toolbar editor.
Version: 4.17.8
added 5. Toolbar label
added 5. Plugin - Custom Actions (UCA) label
Indeed. That will require some ammount of recursion, like it is done in thunar_gtk_menu_thunarx_menu_item_new
.
Methods to be affected: thunar_window_location_toolbar_add_ucas
and uca_activation_callback_free
.
Basically it is about getting the "menu"
property via g_object_get
, which will tell if it is a submenu / if we should call thunarx_menu_get_items
and go recursive.
marked #1045 (closed) as a duplicate of this issue
marked this issue as related to #1045 (closed)
mentioned in commit e2177c85
mentioned in commit ff1c149a
Fixed for master and 4.18 branch by above commits
closed
changed milestone to %4.18.11