-
-
Notifications
You must be signed in to change notification settings - Fork 242
-
Currently (if I'm not mistaken) the "send to" option is included in the menu available when importing the file "modify.nss".
Could this option have a separate menu, removing it from the submenu?
What steps should I follow to achieve this?
Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
At the momenti I have the option "Send to" in this string
modify(mode=mode.multiple
where=this.id(
id.send_to,
I would like to have a separate entry, not internal to the menu generated by modify.nss
Can someone help me please?
Thanks really a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions
-
if you delete id.send_to, (or comment it with //) the "Send to" will return in the main context menu. Is this what you want?
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes exactly. Thanks so much.
Could you please tell me also how can I add an icon to "send to" item?
Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions
-
I found myself. Solved adding modify(find='Invia a' image=[\uE0A4, #002b81])
Thanks anyway for your support and willingness to help
Beta Was this translation helpful? Give feedback.