mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-19 01:54:08 +00:00
Fix #539: replace IE WebView with Edge WebView2
This commit is contained in:
@@ -53,7 +53,7 @@ namespace QuickLook.Plugin.MailViewer
|
||||
context.ViewerContent = _panel;
|
||||
context.Title = Path.GetFileName(path);
|
||||
|
||||
_panel.Navigate(ExtractMailBody(path));
|
||||
_panel.NavigateToFile(ExtractMailBody(path));
|
||||
_panel.Dispatcher.Invoke(() => { context.IsBusy = false; }, DispatcherPriority.Loaded);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user