pull/5370/head
Joseph Izang 1 year ago
parent 3168686987
commit b11f3e8f37
  1. 2
      apps/remix-ide/src/app.js

@ -138,8 +138,6 @@ class AppComponent {
this.walkthroughService = new WalkthroughService(appManager)
this.walkthroughService = new WalkthroughService(appManager, !this.showMatamo || !this.showEnter)
const hosts = ['127.0.0.1:8080', '192.168.0.101:8080', 'localhost:8080']
// workaround for Electron support
if (!isElectron() && !hosts.includes(window.location.host)) {

Loading…
Cancel
Save