From 443d6d1956691861a5e0203e33726b8c2aa93eef Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 20:07:55 -0500 Subject: Popup action bar options (#1140) * Add options for action bar visibility and location * Add settings * Update styles * Expose properties * Update styles * Update tests --- ext/mixed/js/display.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mixed/js') 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) { -- cgit v1.2.3