pull/4182/head
Joseph Izang 1 year ago
parent bd0024a00a
commit 45304b940a
  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