TF-4148 Add link to common settings in mobile application (#4149)

This commit is contained in:
Dat Vu
2025-11-17 22:32:48 +07:00
committed by GitHub
parent d6e959c4d9
commit 8f034105a5
9 changed files with 172 additions and 12 deletions
@@ -260,6 +260,7 @@ class ImagePaths {
String get icInsertLink => _getImagePath('ic_insert_link.svg');
String get icRemoveLink => _getImagePath('ic_remove_link.svg');
String get icText => _getImagePath('ic_text.svg');
String get icUser => _getImagePath('ic_user.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;