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:
parent
f07640cc84
commit
a4747b0d7b
@ -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()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user