Remove duplicate import
This commit is contained in:
@@ -26,7 +26,6 @@ if (checkSquirrelHooks()) return;
|
|||||||
const argv = require('minimist')(process.argv);
|
const argv = require('minimist')(process.argv);
|
||||||
const {app, ipcMain, powerSaveBlocker, BrowserWindow, Menu, autoUpdater, protocol} = require('electron');
|
const {app, ipcMain, powerSaveBlocker, BrowserWindow, Menu, autoUpdater, protocol} = require('electron');
|
||||||
const AutoLaunch = require('auto-launch');
|
const AutoLaunch = require('auto-launch');
|
||||||
const ioHook = require('iohook');
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const ioHook = require('iohook');
|
const ioHook = require('iohook');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user