From f219b656502acc38128f5dc2118d9266ce3fa41c Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 13:47:46 +0200 Subject: [PATCH] feat: system light/dark theme support with live switching and dark title bar --- windows/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/App.xaml.cs b/windows/App.xaml.cs index 5262408..eac5784 100644 --- a/windows/App.xaml.cs +++ b/windows/App.xaml.cs @@ -18,6 +18,7 @@ public partial class App : Application protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); + ThemeManager.Initialize(); SetupTray(); ScheduleTimer(ViewModel.RefreshInterval);