runelite-client: add client ui loaded event
This commit is contained in:
@@ -164,6 +164,8 @@ public class RuneLite
|
||||
pluginManager.watch();
|
||||
|
||||
SwingUtilities.invokeAndWait(() -> gui.showWithChrome(runeliteConfig.enableCustomChrome()));
|
||||
|
||||
eventBus.post(new ClientUILoaded());
|
||||
}
|
||||
|
||||
public void setGui(ClientUI gui)
|
||||
|
||||
Reference in New Issue
Block a user