Skip to content

Commit

Permalink
Merge pull request bitpay#11451 from Gamboster/ref/removeExchangeCryp…
Browse files Browse the repository at this point in the history
…toFromMacOS

Ref: Remove Exchange crypto feature from MacOS
  • Loading branch information
cmgustavo committed Jan 19, 2021
2 parents cc61911 + 326fae7 commit 397703b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/app.component.ts
Expand Up @@ -519,7 +519,10 @@ export class CopayApp {
}

// Exchange Crypto
if (this.appProvider.info._enabledExtensions.exchangecrypto) {
if (
this.appProvider.info._enabledExtensions.exchangecrypto &&
this.platformProvider.isMacApp()
) {
this.exchangeCryptoProvider.register();
}

Expand Down

0 comments on commit 397703b

Please sign in to comment.