fix: session diary at bottom; show popup on launch
This commit is contained in:
@@ -33,6 +33,7 @@ public partial class App : Application
|
||||
base.OnStartup(e);
|
||||
ThemeManager.Initialize();
|
||||
SetupTray();
|
||||
ShowPopup();
|
||||
ScheduleTimer(ViewModel.RefreshInterval);
|
||||
|
||||
_ = Task.Run(async () =>
|
||||
|
||||
Reference in New Issue
Block a user