diff --git a/src/Notifications/NotificationCenterController.cs b/src/Notifications/NotificationCenterController.cs old mode 100644 new mode 100755 index 232403335ec..00d2dba1314 --- a/src/Notifications/NotificationCenterController.cs +++ b/src/Notifications/NotificationCenterController.cs @@ -239,6 +239,7 @@ private void WebView_CoreWebView2InitializationCompleted(object sender, Microsof new ScriptObject(OnMarkAllAsRead, OnNotificationPopupUpdated)); notificationUIPopup.webView.CoreWebView2.Settings.IsZoomControlEnabled = false; + notificationUIPopup.webView.CoreWebView2.Settings.IsStatusBarEnabled = false; } }