OS X fixes
This commit is contained in:
@@ -66,6 +66,7 @@ function createWindow() {
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 428 + ((os.platform() === 'win32') ? 0 : (os.platform() === 'darwin') ? 150 : 160),
|
||||
height: height,
|
||||
fullscreen: false,
|
||||
resizable: false,
|
||||
show: !launchHidden,
|
||||
title: 'Repertory UI',
|
||||
|
||||
@@ -140,7 +140,8 @@
|
||||
"mac": {
|
||||
"category": "public.app-category.utilities",
|
||||
"icon": "./build/icon_color.icns",
|
||||
"target": "dmg"
|
||||
"target": "dmg",
|
||||
"darwinDarkModeSupport": true
|
||||
},
|
||||
"win": {
|
||||
"icon": "./build/icon.ico",
|
||||
|
||||
Reference in New Issue
Block a user