meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
5 additions and
1 deletions
-
src/main/app.js
|
|
@ -178,7 +178,11 @@ app.on('ready', async () => { |
|
|
|
await installExtensions() |
|
|
|
} |
|
|
|
|
|
|
|
Menu.setApplicationMenu(menu) |
|
|
|
if (process.platform === 'darwin') { |
|
|
|
Menu.setApplicationMenu(menu) |
|
|
|
} else { |
|
|
|
Menu.setApplicationMenu(null) |
|
|
|
} |
|
|
|
|
|
|
|
preloadWindow = createPreloadWindow() |
|
|
|
}) |
|
|
|