More cleanup

This commit is contained in:
Oleksii Holub
2022-04-06 19:12:27 +03:00
parent aea96d5eba
commit 91ea7a443c
2 changed files with 4 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class DashboardViewModel : PropertyChangedBase
Progress.Bind(o => o.Current, (_, _) => NotifyOfPropertyChange(() => IsProgressIndeterminate));
}
public void OnViewFullyLoaded()
public void OnViewLoaded()
{
if (_settingsService.LastToken is not null)
{