Replies: 3 comments 3 replies
|
It cannot be moved, but it can be rebuilt as you showed:
menu(mode="multiple" title=title.more_options image=icon.more_options)
{
menu(title='Aggiungi a' image=\uE001) { }
}or menu(mode="multiple" title=title.more_options image=icon.more_options) { }
menu(mode="multiple" title='Aggiungi a' image=\uE001 menu=title.more_options)
modify(find='Aggiungi' menu=title.more_options+'/Aggiungi a')or modify(find='Aggiungi' menu='@title.more_options/Aggiungi a') |
0 replies
|
Please, be patient. You know I'm a little clumsy. I don't know where to intervene since there is no MoreOption.nss file. menu(title='Aggiungi a' image=\uE0C9) I called it "aggiungi.nss" and imported, and it works fine. |
1 reply
|
Thanks a lot. It works :-) PS Had you have a look to "Donation" post in Q&A section? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Here I am with another problem I haven't been able to solve on my own. Please bear with me.

A while back I built a menu to group the "Add to" items together.
I would like to be able to move this menu inside the "More options" one, see the picture.
Could you help me please?
All reactions