This commit is contained in:
Feross Aboukhadijeh
2019-07-27 16:25:46 -07:00
parent c96f212726
commit c8f1e23b1a

View File

@@ -138,7 +138,7 @@ function setAspectRatio (aspectRatio) {
function setBounds (bounds, maximize) {
// Do nothing in fullscreen
if (!main.win || main.win.isFullScreen()) {
log(`setBounds: not setting bounds because we're in full screen`)
log('setBounds: not setting bounds because already in full screen mode')
return
}