Rename Identity.formattedName to Identity.toString

This commit is contained in:
the-djmaze 2024-10-28 12:01:59 +01:00
parent 64e780e500
commit 1b4bf3b8c3
4 changed files with 6 additions and 6 deletions

View file

@ -122,7 +122,7 @@ export class UserSettingsGeneral extends AbstractViewSettings {
identityMainDesc: () => {
const identity = IdentityUserStore.main();
return identity ? identity.formattedName() : '---';
return identity ? identity.toString() : '---';
},
editorDefaultTypes: () => {