mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Update main.js (#33039)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const {app, BrowserWindow, ipcMain} = require('electron')
|
||||
const {app, BrowserWindow, ipcMain,dialog} = require('electron')
|
||||
const path = require('path')
|
||||
|
||||
async function handleFileOpen() {
|
||||
|
||||
Reference in New Issue
Block a user