Make launcher connecting dialog show disconnect reason again

This commit is contained in:
Pieter-Jan Briers
2021-10-04 01:45:19 +02:00
parent 494f2194c0
commit 661105dadd
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ namespace Content.Client.Launcher
}
}
public string? LastDisconnectReason => _baseClient.LastDisconnectReason;
public Page CurrentPage
{
get => _currentPage;