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.move,
MailboxActions.rename,
MailboxActions.delete,
if (mailbox.isSubscribedMailbox)
MailboxActions.disableMailbox
else
MailboxActions.enableMailbox
MailboxActions.enableMailbox,
MailboxActions.delete
];
}
+1 -1
View File
@@ -2499,7 +2499,7 @@
"placeholders_order": [],
"placeholders": {}
},
"openInNewTab": "Open in New Tab",
"openInNewTab": "Open in new tab",
"@openInNewTab": {
"type": "text",
"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": {
"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',
);
}