fix(browser-extension): issue #166
This commit is contained in:
parent
9293bd84ac
commit
031f7d0b34
@ -389,10 +389,8 @@ browser.runtime.onInstalled.addListener((details) => {
|
|||||||
suppressLastError
|
suppressLastError
|
||||||
);
|
);
|
||||||
|
|
||||||
if (details.reason === 'update') {
|
if (details.reason === 'update') refreshData();
|
||||||
refreshData();
|
storage.remove('updateAvailable');
|
||||||
storage.remove('updateAvailable');
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user