Skip to content

Commit

Permalink
Merge pull request #3168 from shendel/newui
Browse files Browse the repository at this point in the history
wp - ghost option
  • Loading branch information
noxonsu committed Aug 13, 2020
2 parents fe90454 + 6dcc2ae commit ae253b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shared/helpers/externalConfig.js
Expand Up @@ -99,6 +99,13 @@ const externalConfig = () => {
config.opts.curEnabled.btc = false
}

if (window
&& window.CUR_GHOST_DISABLED
) {
if (!config.opts.curEnabled) config.opts.curEnabled = {}
config.opts.curEnabled.ghost = (window.CUR_GHOST_DISABLED) ? false : true
}

if (window
&& window.CUR_ETH_DISABLED
) {
Expand Down

0 comments on commit ae253b8

Please sign in to comment.