max-mapper / menubar

➖ high level way to create menubar desktop applications with electron
BSD 2-Clause "Simplified" License
6.64k stars 363 forks source link

fix: windowPosition option is overwritten on Windows and Linux #408

Closed quanglam2807 closed 2 months ago

quanglam2807 commented 1 year ago

menubar allows user to customize windowPosition : https://github.com/maxogden/menubar/blob/2ee2e6ab4991a5dd922d7f073d99dcc7a7802081/README.md?plain=1#L96 but this value is not respected/overwritten on Windows and Linux. This PR fixes the issue.