TF-1715 Add favorite folder to mailbox left menu

This commit is contained in:
dab246
2025-10-30 10:20:33 +07:00
committed by Dat H. Pham
parent fbb79e17a3
commit d85e691d98
11 changed files with 211 additions and 3 deletions
@@ -44,6 +44,7 @@ class ImagePaths {
String get icMailboxArchived => _getImagePath('ic_mailbox_archived.svg');
String get icMailboxSpam => _getImagePath('ic_mailbox_spam.svg');
String get icMailboxTrash => _getImagePath('ic_mailbox_trash.svg');
String get icMailboxFavorite => _getImagePath('ic_mailbox_favorite.svg');
String get icFilterSelected => _getImagePath('ic_filter_selected.svg');
String get icFilterMessageAll => _getImagePath('ic_filter_message_all.svg');
String get icFilterMessageAttachments => _getImagePath('ic_filter_message_attachments.svg');