mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Set backgroundColor for the default app
This commit is contained in:
@@ -15,6 +15,7 @@ exports.load = function (appUrl) {
|
||||
width: 800,
|
||||
height: 600,
|
||||
autoHideMenuBar: true,
|
||||
backgroundColor: '#A5ECFA',
|
||||
useContentSize: true
|
||||
})
|
||||
mainWindow.loadURL(appUrl)
|
||||
|
||||
Reference in New Issue
Block a user