From c6efa656268b93c612f3f4f9c5de0a2523506902 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 16 Feb 2020 19:09:33 -0500 Subject: [PATCH] Fix missing argument --- ext/fg/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 8d4d2b14..de05f9f5 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -245,7 +245,7 @@ class Popup { uniqueId }); }); - this._observeFullscreen(); + this._observeFullscreen(true); this._onFullscreenChanged(); this.setCustomOuterCss(this._options.general.customPopupOuterCss, false); this._container.setAttribute('src', chrome.runtime.getURL('/fg/float.html'));