diff options
Diffstat (limited to 'ext/fg/js')
| -rw-r--r-- | ext/fg/js/popup.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index f36bb436..3556a52e 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -85,6 +85,7 @@ class Popup {      async setOptions(options) {          this.options = options; +        this.container.dataset.yomichanTheme = options.general.popupTheme;      }      async show(elementRect, writingMode) { |