mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Resolve #410
This commit is contained in:
parent
562e1e5e68
commit
9862fd5d1a
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ export class SettingsUserScreen extends AbstractSettingsScreen {
|
||||||
}
|
}
|
||||||
|
|
||||||
views.forEach((item, index) =>
|
views.forEach((item, index) =>
|
||||||
settingsAddViewModel(item, item.name.replace('User', ''), 0, 0, 0 === index)
|
settingsAddViewModel(item, item.name.replace('User', ''),
|
||||||
|
(item === UserSettingsAccounts && !SettingsCapa('AdditionalAccounts'))
|
||||||
|
? 'SETTINGS_ACCOUNTS/LEGEND_IDENTITIES' : 0,
|
||||||
|
0, 0 === index)
|
||||||
);
|
);
|
||||||
|
|
||||||
runSettingsViewModelHooks(false);
|
runSettingsViewModelHooks(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue