fix: session diary at bottom; show popup on launch

This commit is contained in:
SuperDooper
2026-05-08 21:40:44 +02:00
parent 4377c9a735
commit ee6b1c4183
+1
View File
@@ -33,6 +33,7 @@ public partial class App : Application
base.OnStartup(e); base.OnStartup(e);
ThemeManager.Initialize(); ThemeManager.Initialize();
SetupTray(); SetupTray();
ShowPopup();
ScheduleTimer(ViewModel.RefreshInterval); ScheduleTimer(ViewModel.RefreshInterval);
_ = Task.Run(async () => _ = Task.Run(async () =>