Mute reopened tab if original tab was muted
This commit is contained in:
parent
c58c981141
commit
68d0f18ec9
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ const assignManager = {
|
|||
pinned: tab.pinned,
|
||||
url: tab.url,
|
||||
});
|
||||
browser.tabs.update(newTab.id, {"muted": tab.mutedInfo.muted});
|
||||
browser.tabs.remove(tab.id);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue