Re-enable world selection box on client exit

This commit is contained in:
Drew DeVault 2016-04-06 19:10:33 -04:00
parent 3b4d3f74de
commit d9eb5361b2

View File

@ -142,7 +142,7 @@ namespace TrueCraft.Launcher.Views
Server.Start();
Application.Invoke(() =>
{
PlayButton.Sensitive = BackButton.Sensitive = CreateWorldButton.Sensitive = true;
PlayButton.Sensitive = BackButton.Sensitive = CreateWorldButton.Sensitive = WorldListView.Sensitive = true;
var launchParams = string.Format("{0} {1} {2}", Server.Server.EndPoint, Window.User.Username, Window.User.SessionId);
var process = new Process();
if (RuntimeInfo.IsMono)