mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-09 06:15:49 +02:00
Fix separator before 'Open dev tools' in example notification context menu
This commit is contained in:
parent
e5e1b7e608
commit
373c0b1cc3
@ -48,7 +48,7 @@ public override void OnBeforeContextMenu(IWebBrowser browserControl, IBrowser br
|
||||
}
|
||||
|
||||
if (HasDevTools){
|
||||
model.AddSeparator();
|
||||
AddSeparator(model);
|
||||
AddDebugMenuItems(model);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user