mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
CardDAV (pre-release)
This commit is contained in:
parent
7a8fffede8
commit
639d8c58f6
38 changed files with 525 additions and 207 deletions
|
|
@ -719,7 +719,12 @@ RainLoopApp.prototype.bootstart = function ()
|
|||
{
|
||||
Utils.removeSettingsViewModel(SettingsChangePasswordScreen);
|
||||
}
|
||||
|
||||
|
||||
if (!RL.settingsGet('ContactsIsAllowed'))
|
||||
{
|
||||
Utils.removeSettingsViewModel(SettingsContacts);
|
||||
}
|
||||
|
||||
if (!RL.settingsGet('AllowAdditionalAccounts'))
|
||||
{
|
||||
Utils.removeSettingsViewModel(SettingsAccounts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue