client: Initialize the UI sooner (#1503)

This commit is contained in:
Owain van Brakel
2019-09-01 00:22:33 +02:00
committed by Ganom
parent f790a575f0
commit 3de1a37c57

View File

@@ -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