1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 11:34:05 +02:00

Add JS dialog handler to notifications

This commit is contained in:
chylex 2017-07-31 14:25:00 +02:00
parent f07640cc84
commit a4747b0d7b

View File

@ -98,6 +98,7 @@ public FormNotificationBase(Form owner, bool enableContextMenu){
this.browser = new ChromiumWebBrowser("about:blank"){
MenuHandler = new ContextMenuNotification(this, enableContextMenu),
JsDialogHandler = new JavaScriptDialogHandler(),
LifeSpanHandler = new LifeSpanHandler()
};