From ee6b1c4183a1f9b2a952c65cfe06181fc82af61c Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 21:40:44 +0200 Subject: [PATCH] fix: session diary at bottom; show popup on launch --- windows/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/App.xaml.cs b/windows/App.xaml.cs index 63145b2..5eabf9d 100644 --- a/windows/App.xaml.cs +++ b/windows/App.xaml.cs @@ -33,6 +33,7 @@ public partial class App : Application base.OnStartup(e); ThemeManager.Initialize(); SetupTray(); + ShowPopup(); ScheduleTimer(ViewModel.RefreshInterval); _ = Task.Run(async () =>