Hello!
There is one problem when trying to add an item to the toolbar: if there is another custom toolbarItem, it gets removed…
toolbarItems = window.getToolbarItems()
this doesn’t contain the other items, but the vanilla window seems to have them
vanillaWindow = window.window()
vanillaWindow._toolbarItems
So how can I add another item to a custom toolbar?
(example: I have RoboToDo and I want another extension that adds an item to the toolbar)
I hope this is clear…
Thanks!