client: Initialize the UI sooner (#1503)
This commit is contained in:
@@ -322,13 +322,14 @@ public class RuneLite
|
||||
// to main settings
|
||||
pluginManager.loadDefaultPluginConfiguration();
|
||||
|
||||
// Initialize UI
|
||||
RuneLiteSplashScreen.stage(.75, "Initialize UI");
|
||||
clientUI.init(this);
|
||||
|
||||
// Start client session
|
||||
RuneLiteSplashScreen.stage(.80, "Starting core interface");
|
||||
clientSessionManager.start();
|
||||
|
||||
// Initialize UI
|
||||
clientUI.init(this);
|
||||
|
||||
if (!isOutdated)
|
||||
{
|
||||
// Initialize chat colors
|
||||
|
||||
Reference in New Issue
Block a user