don't do requestUpdateStatus on FF
This commit is contained in:
parent
8f973c69c4
commit
574e6ce37c
@ -1931,7 +1931,7 @@ export class Wallet {
|
||||
console.warn(
|
||||
`wallet version ${WALLET_PROTOCOL_VERSION} might be outdated (exchange has ${exchangeInfo.protocolVersion}), checking for updates`,
|
||||
);
|
||||
if (!isFirefox()) {
|
||||
if (isFirefox()) {
|
||||
console.log("skipping update check on Firefox")
|
||||
} else {
|
||||
chrome.runtime.requestUpdateCheck((status, details) => {
|
||||
|
Loading…
Reference in New Issue
Block a user