Fix loading of previously visited unofficial themes

This commit is contained in:
Pieter Vander Vennet 2020-12-18 12:10:43 +01:00
parent 70fb6f5303
commit 21b5fbd8cd
3 changed files with 63 additions and 41 deletions

View file

@ -100,6 +100,7 @@ export class MoreScreen extends UIElement {
const customThemesNames = State.state.installedThemes.data ?? [];
if (customThemesNames.length > 0) {
els.push(Translations.t.general.customThemeIntro)