mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -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')
|
const path = require('path')
|
||||||
|
|
||||||
async function handleFileOpen() {
|
async function handleFileOpen() {
|
||||||
|
|||||||
Reference in New Issue
Block a user