mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-19 15:14:54 +00:00
(js) Fix error when visiting the Preferences
This commit is contained in:
@@ -157,7 +157,8 @@
|
||||
_visit(_this.$mailboxes);
|
||||
}
|
||||
}
|
||||
_this.$expanded |= (Account.$accounts.length == 1); // Always expand single account
|
||||
if (Account.$accounts)
|
||||
_this.$expanded |= (Account.$accounts.length == 1); // Always expand single account
|
||||
_this.$flattenMailboxes({reload: true});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user