TF-1201 Support right click to open mailbox in new tab

This commit is contained in:
dab246
2022-12-07 15:37:47 +07:00
committed by Dat H. Pham
parent c9cfd43734
commit 9af311ae1d
5 changed files with 31 additions and 9 deletions
@@ -401,6 +401,7 @@ class MailboxView extends GetWidget<MailboxController> with AppLoaderMixin, Popu
PresentationMailbox mailbox
) {
final mailboxActionsSupported = [
MailboxActions.openInNewTab,
MailboxActions.markAsRead,
MailboxActions.move,
MailboxActions.rename,