Fixes border radius for window.

This commit is contained in:
Sean Li 2015-02-27 13:51:15 -08:00
parent 0d2113aac4
commit d09e1b7615
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var windowOptions = {
'min-height': 700,
resizable: true,
frame: false,
show: false
show: true
};
app.on('activate-with-no-open-windows', function () {