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