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

Fix separator before 'Open dev tools' in example notification context menu

This commit is contained in:
chylex 2017-10-11 20:34:50 +02:00
parent e5e1b7e608
commit 373c0b1cc3

View File

@ -48,7 +48,7 @@ public override void OnBeforeContextMenu(IWebBrowser browserControl, IBrowser br
} }
if (HasDevTools){ if (HasDevTools){
model.AddSeparator(); AddSeparator(model);
AddDebugMenuItems(model); AddDebugMenuItems(model);
} }