feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit 8a104ad8d0 - Show all commits
+3 -1
View File
@@ -708,7 +708,9 @@ public partial class PopupWindow : Window
_ = Task.Run(async () =>
{
await Task.Delay(3000);
// Re-navigate background browser with fresh session, then refresh immediately
await Application.Current.Dispatcher.InvokeAsync(
() => App.BackgroundBrowser.ReloadAsync()).Task.Unwrap();
await VM.RefreshAsync();
await Application.Current.Dispatcher.InvokeAsync(InitSettings);
});