mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove useless import
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
* `./src/main.js` using webpack. This gives us some performance wins.
|
||||
*/
|
||||
import path from 'path';
|
||||
import { app, BrowserWindow, ipcMain, shell } from 'electron';
|
||||
import { app, BrowserWindow, dialog, ipcMain, shell } from 'electron';
|
||||
import { autoUpdater } from 'electron-updater';
|
||||
import log from 'electron-log';
|
||||
import { resolveHtmlPath } from './util';
|
||||
@@ -147,4 +147,4 @@ app
|
||||
|
||||
ipcMain.on('new-window', (event, url: string) => {
|
||||
shell.openExternal(url);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user