feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit ee6b1c4183 - Show all commits
+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 () =>