TF-3200 updated the options menu for personal folders
This commit is contained in:
committed by
Dat H. Pham
parent
95e8cd64f5
commit
3a853533bc
@@ -60,11 +60,11 @@ mixin MailboxWidgetMixin {
|
||||
MailboxActions.markAsRead,
|
||||
MailboxActions.move,
|
||||
MailboxActions.rename,
|
||||
MailboxActions.delete,
|
||||
if (mailbox.isSubscribedMailbox)
|
||||
MailboxActions.disableMailbox
|
||||
else
|
||||
MailboxActions.enableMailbox
|
||||
MailboxActions.enableMailbox,
|
||||
MailboxActions.delete
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -2499,7 +2499,7 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"openInNewTab": "Open in New Tab",
|
||||
"openInNewTab": "Open in new tab",
|
||||
"@openInNewTab": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2024-10-21T09:30:30.005573",
|
||||
"@@last_modified": "2024-10-25T09:31:37.466558",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
@@ -2524,7 +2524,7 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"openInNewTab": "Open in New Tab",
|
||||
"openInNewTab": "Open in new tab",
|
||||
"@openInNewTab": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
|
||||
@@ -2593,7 +2593,7 @@ class AppLocalizations {
|
||||
|
||||
String get openInNewTab {
|
||||
return Intl.message(
|
||||
'Open in New Tab',
|
||||
'Open in new tab',
|
||||
name: 'openInNewTab',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user