mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Fix theme cached handling
This commit is contained in:
parent
b85ed63ff6
commit
e30f9854b7
4 changed files with 22 additions and 21 deletions
|
|
@ -4,7 +4,7 @@ import { logoutLink } from 'Common/Links';
|
|||
import { i18nToNodes, initOnStartOrLangChange } from 'Common/Translator';
|
||||
|
||||
import { LanguageStore } from 'Stores/Language';
|
||||
import { ThemeStore } from 'Stores/Theme';
|
||||
import { initThemes } from 'Stores/Theme';
|
||||
|
||||
import { SelectComponent } from 'Component/Select';
|
||||
import { CheckboxComponent } from 'Component/Checkbox';
|
||||
|
|
@ -46,7 +46,7 @@ export class AbstractApp {
|
|||
initOnStartOrLangChange();
|
||||
|
||||
LanguageStore.populate();
|
||||
ThemeStore.populate();
|
||||
initThemes();
|
||||
|
||||
this.start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue