Is it possible to add custom actions to the desktop app project dropdown menu? Would be really useful if I could add some quick scripts here for my users and other devs.
Yes, you can create an app and register the menu in the dropdown by making the location use the context_menu option.
2 Likes
Cheers!
I managed to get an app registering commands after picking apart the PTR Python window to see how it was getting itself listed there ![]()
Good to know this is the correct way to be going about it!
1 Like
