pull/5370/head
filip mertens 1 year ago
parent ffb2ec48b4
commit 3499ee46cf
  1. 2
      apps/remix-ide/src/app/plugins/remixd-handle.tsx

@ -112,7 +112,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
if (this.localhostProvider.isConnected()) {
this.deactivate()
} else if (!(Registry.getInstance().get('platform').api.isDektop())) {
} else if (!(Registry.getInstance().get('platform').api.isDesktop())) {
// warn the user only if he/she is in the browser context
const mod: AppModal = {
id: 'remixdConnect',

Loading…
Cancel
Save