Open hannesdelbeke opened 1 year ago
uniemnu already supports parent menus. or parent to a toolbar.
but what if there's an existing menu. e.g. File/Settings/.... and we want to append to this? believe not all apps support this currently
and the option to, if it doesn't exist, create it. (maybe a separate issue/task)
in unreal i can e.g. use parent_path = "LevelEditor.MainMenu.Tools"
parent_path = "LevelEditor.MainMenu.Tools"
see https://github.com/hannesdelbeke/unimenu/issues/59 for unreal extending
uniemnu already supports parent menus. or parent to a toolbar.
but what if there's an existing menu. e.g. File/Settings/.... and we want to append to this? believe not all apps support this currently
and the option to, if it doesn't exist, create it. (maybe a separate issue/task)