From 1b1b24ab35f80ee22ddbdc2172a25b9442bd5dce Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 15:42:44 -0500 Subject: Entry indicator update (#1134) * Move entry current indicator rules * Simplify rules * Add popupCurrentIndicatorMode option * Add option to settings page * Expose popupCurrentIndicatorMode * Restore asterisk current indicator * Implement dot * Update action button vars * Fix tests * Add none option * Add triangle option --- ext/mixed/js/display.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mixed/js') diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 91168748..9e2cd931 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -836,6 +836,7 @@ class Display extends EventDispatcher { data.showPitchAccentGraph = `${options.general.showPitchAccentGraph}`; data.debug = `${options.general.debugInfo}`; data.popupDisplayMode = `${options.general.popupDisplayMode}`; + data.popupCurrentIndicatorMode = `${options.general.popupCurrentIndicatorMode}`; } _updateTheme(themeName) { -- cgit v1.2.3