We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7632b4 + 470ebbf commit 7a4e916Copy full SHA for 7a4e916
src/electronMain.ts
@@ -6,7 +6,7 @@ import * as url from 'url';
6
function createWindow(): void {
7
// Create the browser window.
8
const mainWindow = new BrowserWindow({
9
- height: 470,
+ height: 480,
10
webPreferences: {
11
nodeIntegration: true,
12
enableRemoteModule: true,
0 commit comments