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);
ThemeManager.Initialize();
SetupTray();
ShowPopup();
ScheduleTimer(ViewModel.RefreshInterval);
_ = Task.Run(async () =>