if electron try to load remixd

pull/3094/head
yann300 5 years ago
parent cdf17496a4
commit e7acd1a3ce
  1. 4
      src/app.js

@ -346,4 +346,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
}
})
}
if (isElectron()) {
appManager.activate(['remixd'])
}
}

Loading…
Cancel
Save