Use a different icon for email addresses

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-01-09 18:30:08 +01:00
Родитель a2f05ac3ca
Коммит ec9f82de44
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -75,6 +75,8 @@ export default {
return 'icon-file'
} else if (this.item.objectType === 'share:password') {
return 'icon-password'
} else if (this.item.objectType === 'emails') {
return 'icon-mail'
} else if (this.item.type === CONVERSATION.TYPE.CHANGELOG) {
return 'icon-changelog'
} else if (this.item.type === CONVERSATION.TYPE.GROUP) {