mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Bugfix: conflicting File object with native JS
Cleanup: Stores and tooltips
This commit is contained in:
parent
1df2e00862
commit
db0d03db83
43 changed files with 204 additions and 295 deletions
|
|
@ -30,13 +30,6 @@ class AccountUserStore {
|
|||
this.email(rl.settings.get('Email'));
|
||||
this.parentEmail(rl.settings.get('ParentEmail'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {boolean}
|
||||
*/
|
||||
isRootAccount() {
|
||||
return !this.parentEmail();
|
||||
}
|
||||
}
|
||||
|
||||
export default new AccountUserStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue