TF-4195 Add Label as to email context menu

This commit is contained in:
dab246
2025-12-11 12:25:49 +07:00
committed by Dat H. Pham
parent 5b94e23427
commit 03b3d1181f
9 changed files with 32 additions and 0 deletions
@@ -277,6 +277,7 @@ class ImagePaths {
String get icAiMorePolite => _getImagePath('ic_ai_more_polite.svg');
String get icTag => _getImagePath('ic_tag.svg');
String get icColorPicker => _getImagePath('ic_color_picker.svg');
String get icThumbsUp => _getImagePath('ic_thumbs_up.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;