TF-3200 updated the options menu for personal folders

This commit is contained in:
Florent Azavant
2024-10-21 12:06:33 +02:00
committed by Dat H. Pham
parent 95e8cd64f5
commit 3a853533bc
4 changed files with 6 additions and 6 deletions
@@ -60,11 +60,11 @@ mixin MailboxWidgetMixin {
MailboxActions.markAsRead, MailboxActions.markAsRead,
MailboxActions.move, MailboxActions.move,
MailboxActions.rename, MailboxActions.rename,
MailboxActions.delete,
if (mailbox.isSubscribedMailbox) if (mailbox.isSubscribedMailbox)
MailboxActions.disableMailbox MailboxActions.disableMailbox
else else
MailboxActions.enableMailbox MailboxActions.enableMailbox,
MailboxActions.delete
]; ];
} }
+1 -1
View File
@@ -2499,7 +2499,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"openInNewTab": "Open in New Tab", "openInNewTab": "Open in new tab",
"@openInNewTab": { "@openInNewTab": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
+2 -2
View File
@@ -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": "Initializing data...",
"@initializing_data": { "@initializing_data": {
"type": "text", "type": "text",
@@ -2524,7 +2524,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"openInNewTab": "Open in New Tab", "openInNewTab": "Open in new tab",
"@openInNewTab": { "@openInNewTab": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
@@ -2593,7 +2593,7 @@ class AppLocalizations {
String get openInNewTab { String get openInNewTab {
return Intl.message( return Intl.message(
'Open in New Tab', 'Open in new tab',
name: 'openInNewTab', name: 'openInNewTab',
); );
} }