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