Fix install directory text not updating

dashboard
Pat Hartl 2023-01-26 01:11:03 -06:00
parent d7d8e49ec7
commit a42619ea8c
1 changed files with 1 additions and 1 deletions

View File

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