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
The multi-app version of DockableMenuItem is missing the (DockingAPI docking, Supplier<String> persistentIDProvider, String text) constructor to match the single-app DockableMenuItem.
The text was updated successfully, but these errors were encountered:
Turns out the constructor is already there. What I was seeing was the old commented out version, copied from the single-app DockableMenuItem. I have removed the commented-out constructors to avoid confusion and updated documentation.
The multi-app version of
DockableMenuItem
is missing the(DockingAPI docking, Supplier<String> persistentIDProvider, String text)
constructor to match the single-appDockableMenuItem
.The text was updated successfully, but these errors were encountered: