Chat: Fix missing mute indicator (#1644)
This commit is contained in:
parent
71059dff06
commit
e49c3114b5
@ -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": ""
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user