Fix missing argument

This commit is contained in:
toasted-nutbread 2020-02-16 19:09:33 -05:00
parent dcd243c9e9
commit c6efa65626

View File

@ -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'));