From 27311f14d80fdebc4b3d9df7623891de7d222543 Mon Sep 17 00:00:00 2001 From: Enzo Batista Date: Fri, 29 Dec 2023 15:33:43 -0300 Subject: [PATCH] feat(NotificationsCenter): disable link reference tooltip --- src/Notifications/NotificationCenterController.cs | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/Notifications/NotificationCenterController.cs 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; } }