Update main.js

This commit is contained in:
dreamfly 2023-08-29 18:49:36 -05:00 committed by GitHub
parent fcdcbfb21c
commit 9057f446a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,3 @@ app.on('window-all-closed', function () {
app.quit() app.quit()
} }
}) })
// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.