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,
|
'min-height': 700,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
show: false
|
show: true
|
||||||
};
|
};
|
||||||
|
|
||||||
app.on('activate-with-no-open-windows', function () {
|
app.on('activate-with-no-open-windows', function () {
|
||||||
|
|
Loading…
Reference in New Issue