After an attempt to install and run Roassal (which was eventually successful) a persistent menu item has been added to the top level of the image's menu.
The menu label is Load full version and after searching the image it is coming from a RSWorldMenu menu06LoadFullVersionOn method which triggers the RSWorldMenu loadFullVersion event.
I don't know why it should still be there, perhaps due the fact that the Full version was not installed the first time.
Is this a standard feature of Roassal or is it some kind of stuck state that is causing it to persist, or is it due to some cached or compiled menu state which needs to be cleared and rebuilt?
After an attempt to install and run Roassal (which was eventually successful) a persistent menu item has been added to the top level of the image's menu.
The menu label is
Load full version
and after searching the image it is coming from aRSWorldMenu menu06LoadFullVersionOn
method which triggers theRSWorldMenu loadFullVersion
event.I don't know why it should still be there, perhaps due the fact that the
Full
version was not installed the first time.Is this a standard feature of Roassal or is it some kind of
stuck
state that is causing it to persist, or is it due to some cached or compiled menu state which needs to be cleared and rebuilt?