diff --git a/Core/Handling/ContextMenuNotification.cs b/Core/Handling/ContextMenuNotification.cs index 02b90dbd..5651a45e 100644 --- a/Core/Handling/ContextMenuNotification.cs +++ b/Core/Handling/ContextMenuNotification.cs @@ -48,7 +48,7 @@ public override void OnBeforeContextMenu(IWebBrowser browserControl, IBrowser br } if (HasDevTools){ - model.AddSeparator(); + AddSeparator(model); AddDebugMenuItems(model); }