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

View File

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