mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
fix(ChatContextMenu): fix delete chanenl icon which happens to be upside down
This commit is contained in:
parent
9af32a1796
commit
118b21543c
@ -123,8 +123,8 @@ StatusPopupMenu {
|
|||||||
qsTrId("leave-chat")
|
qsTrId("leave-chat")
|
||||||
}
|
}
|
||||||
icon.name: chatItem && chatItem.chatType === Constants.chatTypeOneToOne || communityActive ? "delete" : "arrow-right"
|
icon.name: chatItem && chatItem.chatType === Constants.chatTypeOneToOne || communityActive ? "delete" : "arrow-right"
|
||||||
icon.width: chatItem && chatItem.chatType === Constants.chatTypeOneToOne ? 18 : 14
|
icon.width: chatItem && chatItem.chatType === Constants.chatTypeOneToOne || communityActive ? 18 : 14
|
||||||
iconRotation: chatItem && chatItem.chatType === Constants.chatTypeOneToOne ? 0 : 180
|
iconRotation: chatItem && chatItem.chatType === Constants.chatTypeOneToOne || communityActive ? 0 : 180
|
||||||
|
|
||||||
type: StatusMenuItem.Type.Danger
|
type: StatusMenuItem.Type.Danger
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user