Rename backToMailBoxClick to backToInbox

This commit is contained in:
the-djmaze 2022-04-30 21:26:34 +02:00
parent c7e51f5b2c
commit 9383277e64
3 changed files with 3 additions and 8 deletions

View file

@ -25,7 +25,7 @@ export class SettingsPaneUserView extends AbstractViewRight {
);
}
backToMailBoxClick() {
backToInbox() {
hasher.setHash(mailbox(getFolderInboxName()));
}
}