From c8f1e23b1a3908e3b616b457736fdc2a31af9502 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 27 Jul 2019 16:25:46 -0700 Subject: [PATCH] standard --- src/main/windows/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/windows/main.js b/src/main/windows/main.js index f310ad7025..b9e9ce1f00 100644 --- a/src/main/windows/main.js +++ b/src/main/windows/main.js @@ -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 }