mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Update to Electron 11
This commit is contained in:
@@ -56,11 +56,11 @@ export class ElectronService {
|
||||
}
|
||||
|
||||
quit() {
|
||||
this.electron.remote.app.quit()
|
||||
this.electron.remote.app.exit()
|
||||
}
|
||||
|
||||
openFolder(filepath: string) {
|
||||
this.electron.shell.openItem(filepath)
|
||||
this.electron.shell.openPath(filepath)
|
||||
}
|
||||
|
||||
showFolder(filepath: string) {
|
||||
|
||||
Reference in New Issue
Block a user