Skip to content

Commit 737ae18

Browse files
committed
deps
1 parent 9e4bd06 commit 737ae18

File tree

2 files changed

+41
-280
lines changed

2 files changed

+41
-280
lines changed

main.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
const { app, BrowserWindow, ipcMain } = require('electron')
2-
const { initConfig, saveConfig } = require('./src/config')
2+
const {clipboard} = require('electron')
3+
34
const path = require('path')
45
const URL = require('url').URL
5-
const {clipboard} = require('electron')
6-
const config = require('./src/config')
6+
7+
const { initConfig, saveConfig } = require('./src/config')
8+
79
let ioHook = null
8-
const { session } = require('electron')
910

1011
try {
1112
ioHook = require('iohook')

0 commit comments

Comments
 (0)