4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-14 11:15:50 +00:00

Update electron.js

This commit is contained in:
AlphaX-Projects 2022-12-31 18:59:31 +01:00 committed by GitHub
parent 7c66ea34a2
commit 5e8ba5eb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ const editMenu = Menu.buildFromTemplate([
Menu.setApplicationMenu(editMenu)
let myWindow = null
function createWindow() {
myWindow = new BrowserWindow({
backgroundColor: '#eee',
@ -202,4 +204,4 @@ if (!isLock) {
process.on('uncaughtException', function (err) {
log.info("***WHOOPS TIME****"+err)
})
}
}