mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Resolve #1689
This commit is contained in:
parent
3fb700f163
commit
aa52d2e8f8
10 changed files with 39 additions and 30 deletions
|
|
@ -8,6 +8,7 @@ import { Settings, SettingsGet } from 'Common/Globals';
|
|||
import { WYSIWYGS } from 'Common/HtmlEditor';
|
||||
import { addSubscribablesTo, addComputablesTo } from 'External/ko';
|
||||
import { i18n, translateTrigger, translatorReload, convertLangName } from 'Common/Translator';
|
||||
import { editIdentity } from 'Common/UtilsUser';
|
||||
|
||||
import { AbstractViewSettings } from 'Knoin/AbstractViews';
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
|
|
@ -161,7 +162,7 @@ export class UserSettingsGeneral extends AbstractViewSettings {
|
|||
}
|
||||
|
||||
editMainIdentity() {
|
||||
IdentityUserStore.main()?.edit?.();
|
||||
editIdentity(IdentityUserStore.main());
|
||||
}
|
||||
|
||||
testSoundNotification() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue