Skip to content

Commit

Permalink
feat(NotificationsCenter): disable link reference tooltip (#14807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo707 authored Jan 4, 2024
1 parent 0928b52 commit 1f2e05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Notifications/NotificationCenterController.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 1f2e05a

Please sign in to comment.