You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there are specific reason why fullscreen: is set to false? I haven't coded for Electron before, but from its BrowserWindow docu I gather that fullscreenable: true would keep the current default behaviour, but additionally enable full-screen mode :-)
Because it was a quick change, I already PR'ed it:
The text was updated successfully, but these errors were encountered:
When fullscreen is set to true, the app opens maximised by default (or at least it did when I set that options). I didn't even realise there was an option to allow true fullscreen, and am very happy to have it. Thanks so much!
Agreed - I turned off that particular setting because users asked for it to be turned off, but I think your PR gives us the ideal situation when users who want it can fullscreen 👌🏾👍🏽
Hello and thanks for working on this neat app :-)
Is there are specific reason why
fullscreen:
is set tofalse
? I haven't coded for Electron before, but from itsBrowserWindow
docu I gather thatfullscreenable: true
would keep the current default behaviour, but additionally enable full-screen mode :-)Because it was a quick change, I already PR'ed it:
The text was updated successfully, but these errors were encountered: