mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Bugfix: on login loading the user settings failed
This commit is contained in:
parent
3895b7233c
commit
e6145249fa
6 changed files with 73 additions and 41 deletions
|
|
@ -719,6 +719,8 @@ class AppUser extends AbstractApp {
|
|||
|
||||
AccountUserStore.email(SettingsGet('Email'));
|
||||
|
||||
SettingsUserStore.init();
|
||||
|
||||
this.foldersReload(value => {
|
||||
try {
|
||||
if (value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue