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
This is more of a pull request, I suggest modifying the window creation process to open new windows in a maximized state by default.
For example in incognito, go toservice_worker.js and modify {incognito: true} to: {incognito: true, state: "maximized"}, this should allow private windows to open in a maximized state.
Please consider applying this change to all shortcuts that open new windows.
Thanks for listening and for this awesome extension!
The text was updated successfully, but these errors were encountered:
This is more of a pull request, I suggest modifying the window creation process to open new windows in a maximized state by default.
For example in incognito, go to
service_worker.js
and modify{incognito: true}
to:{incognito: true, state: "maximized"}
, this should allow private windows to open in a maximized state.Please consider applying this change to all shortcuts that open new windows.
Thanks for listening and for this awesome extension!
The text was updated successfully, but these errors were encountered: