mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Add basic image support to media sender (closes #183)
This commit is contained in:
@@ -45,7 +45,7 @@ export async function initMenus() {
|
||||
|
||||
// <video>/<audio> "Cast..." context menu item
|
||||
menuIdMediaCast = browser.menus.create({
|
||||
contexts: [ "audio", "video" ]
|
||||
contexts: [ "audio", "video", "image" ]
|
||||
, title: _("contextCast")
|
||||
, visible: opts.mediaEnabled
|
||||
, targetUrlPatterns: opts.localMediaEnabled
|
||||
|
||||
Reference in New Issue
Block a user