Fix install directory text not updating
This commit is contained in:
parent
d7d8e49ec7
commit
a42619ea8c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue