Update main.js (#33039)
This commit is contained in:
parent
c5a2af7811
commit
067cc8ae2b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const {app, BrowserWindow, ipcMain} = require('electron')
|
||||
const {app, BrowserWindow, ipcMain,dialog} = require('electron')
|
||||
const path = require('path')
|
||||
|
||||
async function handleFileOpen() {
|
||||
|
|
Loading…
Reference in a new issue