We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e879d commit 72d812dCopy full SHA for 72d812d
src/Files.App/Dialogs/ReleaseNotesDialog.xaml.cs
@@ -68,6 +68,7 @@ private ContentDialog SetContentDialogRoot(ContentDialog contentDialog)
68
69
private async void BlogPostWebView_CoreWebView2Initialized(WebView2 sender, CoreWebView2InitializedEventArgs args)
70
{
71
+ BlogPostWebView.CoreWebView2.Profile.PreferredColorScheme = (CoreWebView2PreferredColorScheme)RootAppElement.RequestedTheme;
72
BlogPostWebView.CoreWebView2.Settings.AreDefaultContextMenusEnabled = false;
73
BlogPostWebView.CoreWebView2.Settings.AreDevToolsEnabled = false;
74
BlogPostWebView.CoreWebView2.Settings.AreBrowserAcceleratorKeysEnabled = false;
0 commit comments