Merge pull request #2993 from etiktin/update_screen_doc
Update screen.md
This commit is contained in:
commit
fc0153f0bc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ app.on('ready', function() {
|
|||
if (externalDisplay) {
|
||||
mainWindow = new BrowserWindow({
|
||||
x: externalDisplay.bounds.x + 50,
|
||||
y: externalDisplay.bounds.y + 50,
|
||||
y: externalDisplay.bounds.y + 50
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue