diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/js/app/popup.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/app/popup.js b/ext/js/app/popup.js index 97808b31..e3ac4dc3 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.js @@ -870,7 +870,7 @@ class Popup extends EventDispatcher {          this._horizontalOffset2 = general.popupHorizontalOffset2;          this._verticalOffset2 = general.popupVerticalOffset2;          this._verticalTextPosition = general.popupVerticalTextPosition; -        this._horizontalTextPositionBelow = (this._verticalTextPosition === 'below'); +        this._horizontalTextPositionBelow = (general.popupHorizontalTextPosition === 'below');          this._displayMode = general.popupDisplayMode;          this._displayModeIsFullWidth = (this._displayMode === 'full-width');          this._scaleRelativeToVisualViewport = general.popupScaleRelativeToVisualViewport; |