diff --git a/AAEmu.Launcher/MainForm.cs b/AAEmu.Launcher/MainForm.cs index f251199..8f03875 100644 --- a/AAEmu.Launcher/MainForm.cs +++ b/AAEmu.Launcher/MainForm.cs @@ -1112,6 +1112,8 @@ private void LauncherForm_Load(object sender, EventArgs e) nextServerCheck = -1; Application.UseWaitCursor = false; } + + UpdatePanelLabels(); } private bool LoadClientLookup() @@ -1181,6 +1183,7 @@ private bool LoadSettingsFromString(string configDataString, string hostName) private void UpdatePanelLabels() { + lLoadedConfig.Text = Setting.ConfigName; lGamePath.Text = Setting.PathToGame; eServerIP.Text = Setting.ServerIpAddress; diff --git a/AAEmu.Launcher/aaemu.info.aelcf b/AAEmu.Launcher/aaemu.info.aelcf index c1c4b85..c2b5fad 100644 --- a/AAEmu.Launcher/aaemu.info.aelcf +++ b/AAEmu.Launcher/aaemu.info.aelcf @@ -1,17 +1,17 @@ { - "configName": "AAEmu.info V1.2 Public Test Server", + "configName": "AAEmu V1.2 Public Test Server", "lang": "en_us", "launcherLang": "en_us", "pathToGame": "", "serverIPAddress": "23.95.226.188", - "saveLoginAndPassword": "True", - "skipIntro": "False", - "hideSplashLogo": "False", + "saveLoginAndPassword": true, + "skipIntro": false, + "hideSplashLogo": false, "lastLoginUser": "", "lastLoginPass": "", "loginType": "trino_1_2", - "updateLocale": "True", - "allowGameUpdates": "False", + "updateLocale": true, + "allowGameUpdates": false, "serverGameUpdateURL": "", "serverWebsiteURL": "", "serverNewsFeedURL": "", diff --git a/update.ver b/update.ver index 6790340..da425eb 100644 --- a/update.ver +++ b/update.ver @@ -1,2 +1,2 @@ -version;0.4.7.2 +version;0.5 url;https://github.com/ZeromusXYZ/AAEmu-Launcher/releases \ No newline at end of file