antonfisher / electron-aspect-ratio-browser-window

Drop-in replacement for Electron's BrowserWindow with working aspect ratio on Windows
MIT License
7 stars 0 forks source link

Multiple application windows #4

Open mkdirmatias opened 3 years ago

mkdirmatias commented 3 years ago

The aspect ratio works perfectly, but when I click on the application icon in the Dock, it opens as many new windows as I click on. This is in macOS Catalina 10.15.17

mkdirmatias commented 3 years ago

Meanwhile, use a variable to save the first start of the application, so if that variable is true, do not reopen it. A temporary solution that at least works for me.