diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/fg/js/popup.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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')); |