mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Remove all default context menu items
This commit is contained in:
parent
10e5c85a75
commit
f107474059
@ -44,6 +44,7 @@ void AtomCefClient::OnBeforeContextMenu(
|
||||
CefRefPtr<CefContextMenuParams> params,
|
||||
CefRefPtr<CefMenuModel> model) {
|
||||
|
||||
model->Clear();
|
||||
model->AddItem(MENU_ID_USER_FIRST, "&Show DevTools");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user