Fix install directory text not updating

This commit is contained in:
Pat Hartl 2023-01-26 01:11:03 -06:00
parent d7d8e49ec7
commit a42619ea8c

View file

@ -38,7 +38,7 @@ namespace LANCommander.PlaynitePlugin
{ {
PART_AuthenticateLabel.Content = "Checking authentication status..."; PART_AuthenticateLabel.Content = "Checking authentication status...";
PART_AuthenticationButton.IsEnabled = false; PART_AuthenticationButton.IsEnabled = false;
PART_AuthenticateLabel.Content = Settings.InstallDirectory; PART_InstallDirectory.Text = Settings.InstallDirectory;
var token = new AuthToken() var token = new AuthToken()
{ {