Chat: Fix missing mute indicator (#1644)

This commit is contained in:
Alexander Zinchuk 2022-01-21 17:29:21 +01:00
parent 71059dff06
commit e49c3114b5
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"metadata": {
"name": "Telegram T",
"lastOpened": 0,
"created": 1639657599258
"created": 1642535370942
},
"iconSets": [
{
@ -2743,7 +2743,7 @@
],
"grid": 24,
"tags": [
"muted-chat"
"muted"
],
"isMulticolor": false,
"isMulticolor2": false,
@ -3592,7 +3592,7 @@
{
"order": 571,
"id": 4,
"name": "muted-chat",
"name": "muted",
"prevSize": 32,
"code": 59741,
"tempChar": ""
@ -3675,4 +3675,4 @@
"showLiga": false
},
"uid": -1
}
}

View File

@ -464,7 +464,7 @@
.icon-eye:before {
content: "\e924";
}
.icon-muted-chat:before {
.icon-muted:before {
content: "\e95d";
}
.icon-avatar-archived-chats:before {