This commit is contained in:
the-djmaze 2024-08-06 17:50:43 +02:00
parent 3fb700f163
commit aa52d2e8f8
10 changed files with 39 additions and 30 deletions

View file

@ -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() {