TF-4148 Add link to common settings in mobile application (#4149)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user