mirror of https://github.com/docker/docs.git
Changed default window option show to true.
This commit is contained in:
parent
6223df9ae4
commit
3b13a068ad
|
@ -34,7 +34,7 @@ var windowOptions = {
|
|||
'min-height': 700,
|
||||
resizable: true,
|
||||
frame: false,
|
||||
show: false
|
||||
show: true
|
||||
};
|
||||
|
||||
app.on('activate-with-no-open-windows', function () {
|
||||
|
|
Loading…
Reference in New Issue