mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Complete upgrade to electron14 and apply migrations
-- remove path-browserify
This commit is contained in:
@@ -5,7 +5,7 @@ import { Injectable } from '@angular/core'
|
||||
import * as electron from 'electron'
|
||||
import { IPCInvokeEvents, IPCEmitEvents } from '../../../electron/shared/IPCHandler'
|
||||
|
||||
import { app, getCurrentWindow, dialog, session } from '@electron/remote'
|
||||
const { app, getCurrentWindow, dialog, session } = window.require('@electron/remote')
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
|
||||
Reference in New Issue
Block a user