no need for async disabling
This commit is contained in:
parent
4f7ba2b306
commit
c112c0bfcf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class IconIndicator {
|
||||||
/*
|
/*
|
||||||
Indicate that the website isn't supported through icon change.
|
Indicate that the website isn't supported through icon change.
|
||||||
*/
|
*/
|
||||||
static async disable() {
|
static disable() {
|
||||||
BrowserIcon.disable();
|
BrowserIcon.disable();
|
||||||
(Tabs.query(null, 0)).then(async (TAB) => {
|
(Tabs.query(null, 0)).then(async (TAB) => {
|
||||||
BrowserIcon.set({
|
BrowserIcon.set({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue