kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Use native context menus #41

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

Current ones are emulated and can't be drawn outside the window.

screen shot 2016-03-30 at 00 58 17

This should be possible with http://electron.atom.io/docs/v0.37.3/api/menu/#menupopupbrowserwindow-x-y-positioningitem .

kdzwinel commented 8 years ago
screen shot 2016-03-30 at 02 01 16

Done.