electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 46 forks source link

Added BrowserWindow options title, x and y. #88

Closed phsultan closed 5 years ago

phsultan commented 8 years ago

Hi everybody,

The following modification makes options title, x and y available in the configuration file passed on startup with --settings. Updated the docs accordingly, but I wonder if the title option doesn't functionally conflict with the original nameoption (not sure if name is really used in the code).

Thank you very much for your work on this valuable package!