Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
teranum committed Jan 11, 2024
1 parent eba1a6c commit 7e32596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KOAStudio.Core/ViewModels/KOAWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public KOAWindowViewModel(IUIRequest uiRequest)

WeakReferenceMessenger.Default.Register<AppStatusChangedMessageType>(this, (r, m) =>
{
StatusUrl = string.Empty;
StatusText = m.Text;
if (m.ChangedLoginState)
{
Expand Down

0 comments on commit 7e32596

Please sign in to comment.