Load cached state immediately on startup before background refresh

This commit is contained in:
SuperDooper
2026-05-08 19:38:19 +02:00
parent ec7260bd0d
commit 222ee55189
+1
View File
@@ -37,6 +37,7 @@ public partial class App : Application
_ = Task.Run(async () => _ = Task.Run(async () =>
{ {
await ViewModel.LoadFromCacheAsync();
await Task.Delay(1000); await Task.Delay(1000);
await ViewModel.RefreshAsync(); await ViewModel.RefreshAsync();
await Updater.CheckForUpdatesAsync(); await Updater.CheckForUpdatesAsync();