if electron try to load remixd

pull/1/head
yann300 5 years ago
parent 2ee99e78b8
commit 34f090e868
  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