mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Added "determine_user_domain" setting
This commit is contained in:
parent
2390a4f575
commit
11608e5f64
10 changed files with 89 additions and 9 deletions
|
|
@ -89,6 +89,7 @@ AbstractData.prototype.populateDataOnStart = function()
|
|||
this.capaAdditionalIdentities(RL.capa(Enums.Capa.AdditionalIdentities));
|
||||
this.capaGravatar(RL.capa(Enums.Capa.Gravatar));
|
||||
this.determineUserLanguage(!!RL.settingsGet('DetermineUserLanguage'));
|
||||
this.determineUserDomain(!!RL.settingsGet('DetermineUserDomain'));
|
||||
|
||||
this.capaThemes(RL.capa(Enums.Capa.Themes));
|
||||
this.allowLanguagesOnLogin(!!RL.settingsGet('AllowLanguagesOnLogin'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue