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 () =>