feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit 4e813995c9 - Show all commits
+1 -1
View File
@@ -212,7 +212,7 @@ public class UsageViewModel : INotifyPropertyChanged
host.Show();
try { return await host.FetchAsync("https://claude.ai", script); }
finally { host.Close(); }
}).Task;
}).Task.Unwrap();
if (resultJson == null || resultJson == "null") return ([], null, null);