From f51553927c6a31406dbe41fba86b4ba4f5ec221a Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 7 Mar 2019 12:22:43 +0100 Subject: [PATCH] fix settings tab --- src/app/tabs/settings-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/settings-tab.js b/src/app/tabs/settings-tab.js index 57cee609db..630d34cf1b 100644 --- a/src/app/tabs/settings-tab.js +++ b/src/app/tabs/settings-tab.js @@ -77,7 +77,7 @@ module.exports = class SettingsTab extends ApiFactory { this._view.theme.light = yo`` this._view.theme.dark = yo`` this._view.theme.clean = yo`` - this._view.theme[this.data.currentTheme].setAttribute('checked', 'checked') + this._view.theme[this.currentTheme].setAttribute('checked', 'checked') this._view.config.homePage = yo`