diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/display.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index f600da63..4929cfaa 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -837,6 +837,8 @@ class Display extends EventDispatcher {          data.debug = `${options.general.debugInfo}`;          data.popupDisplayMode = `${options.general.popupDisplayMode}`;          data.popupCurrentIndicatorMode = `${options.general.popupCurrentIndicatorMode}`; +        data.popupActionBarVisibility = `${options.general.popupActionBarVisibility}`; +        data.popupActionBarLocation = `${options.general.popupActionBarLocation}`;      }      _updateTheme(themeName) { |