gautamkrishnar / motrix-webextension

A browser extension for the Motrix Download Manager
GNU General Public License v3.0
1.21k stars 97 forks source link

Fix #127: Context Menu wasn't created #133

Closed CW-B-W closed 1 year ago

CW-B-W commented 1 year ago

The right-click menu wasn't created in my Edge as well. I found browser.contextMenus.removeAll() returns a Promise<void>, thus I use .then(...) and it works.

gautamkrishnar commented 1 year ago

Thanks for the contribution @CW-B-W