Make all tabs work again

This commit is contained in:
Nils Maier 2019-09-04 12:55:49 +02:00
parent ef6bc840d8
commit 9cac48f439

View File

@ -103,7 +103,7 @@ class Handler {
discarded: false,
};
if (!CHROME) {
toptions.hidden = true;
toptions.hidden = false;
}
const selectedTabs = options.allTabs ?
await tabs.query(toptions) as any[] :