Preparations for #1689

This commit is contained in:
the-djmaze 2024-08-06 12:19:17 +02:00
parent d2f3aa1c10
commit 166b790a3e
4 changed files with 18 additions and 11 deletions

View file

@ -48,7 +48,7 @@ export class UserSettingsAccounts /*extends AbstractViewSettings*/ {
}
editIdentity(identity) {
showScreenPopup(IdentityPopupView, [identity]);
identity.edit();
}
/**