feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit 4945097e8b - Show all commits
+1 -1
View File
@@ -72,6 +72,6 @@ public static class ThemeManager
private static void Set(ResourceDictionary res, string key, Color color)
{
if (res[key] is SolidColorBrush b) b.Color = color;
res[key] = new SolidColorBrush(color);
}
}