feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit f219b65650 - Show all commits
+1
View File
@@ -18,6 +18,7 @@ public partial class App : Application
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
ThemeManager.Initialize();
SetupTray();
ScheduleTimer(ViewModel.RefreshInterval);