mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix metadata error
This commit is contained in:
parent
941ecefee8
commit
c5f404bbb8
1 changed files with 0 additions and 1 deletions
|
@ -3379,7 +3379,6 @@ export function setContentStateGroup(name: string) {
|
|||
export async function tgroupgate() {
|
||||
const canTabHide = await browser.permissions.contains({permissions: ["tabHide"]})
|
||||
if (!canTabHide) throw new Error("Missing tab hide permission")
|
||||
return canTabHide
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue