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);
|
base.OnStartup(e);
|
||||||
ThemeManager.Initialize();
|
ThemeManager.Initialize();
|
||||||
SetupTray();
|
SetupTray();
|
||||||
|
ShowPopup();
|
||||||
ScheduleTimer(ViewModel.RefreshInterval);
|
ScheduleTimer(ViewModel.RefreshInterval);
|
||||||
|
|
||||||
_ = Task.Run(async () =>
|
_ = Task.Run(async () =>
|
||||||
|
|||||||
Reference in New Issue
Block a user