desktopmerge
filip mertens 1 year ago
parent ce89b149a1
commit a58e712d41
  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