diff --git a/windows/App.xaml.cs b/windows/App.xaml.cs index 7c5b373..63145b2 100644 --- a/windows/App.xaml.cs +++ b/windows/App.xaml.cs @@ -37,6 +37,7 @@ public partial class App : Application _ = Task.Run(async () => { + await ViewModel.LoadFromCacheAsync(); await Task.Delay(1000); await ViewModel.RefreshAsync(); await Updater.CheckForUpdatesAsync();