We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc2a5 commit 9b6b2c3Copy full SHA for 9b6b2c3
1 file changed
main.js
@@ -1,11 +1,5 @@
1
(function() {
2
- const {
3
- app,
4
- BrowserWindow,
5
- globalShortcut,
6
- systemPreferences,
7
- Notification
8
- } = require('electron');
+ const { app, BrowserWindow, globalShortcut } = require('electron');
9
10
const { dialog, ipcMain } = require('electron');
11
const openDirectory = require('./modules/open-directory');
0 commit comments