TF-735 Display button code view in composer web
This commit is contained in:
@@ -133,6 +133,7 @@ class ImagePaths {
|
||||
String get icStyleUnderline => _getImagePath('ic_style_underline.svg');
|
||||
String get icInsertImage => _getImagePath('ic_insert_image.svg');
|
||||
String get icStyleStrikeThrough => _getImagePath('ic_style_strikethrough.svg');
|
||||
String get icStyleCodeView => _getImagePath('ic_style_code_view.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user