You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DockableMenuItem.addNotify only catches DockableRegistrationFailureException and not DockableNotFoundException. Really this should catch all exceptions and hide the menu item.
An error message should also be logged.
The text was updated successfully, but these errors were encountered:
Currently
DockableMenuItem.addNotify
only catchesDockableRegistrationFailureException
and notDockableNotFoundException
. Really this should catch all exceptions and hide the menu item.An error message should also be logged.
The text was updated successfully, but these errors were encountered: