2
0
mirror of synced 2025-02-08 04:33:42 +00:00

fix(StatusChatListCategory): Selecting the category menu should not toggle the category itself

Closes `status-desktop` issue https://github.com/status-im/status-desktop/issues/4914
This commit is contained in:
Noelia 2022-03-28 12:45:10 +02:00 committed by r4bbit.eth
parent eae4e0f405
commit 684f45cc08

View File

@ -48,7 +48,6 @@ Column {
popupMenuSlot.item.popup(mouse.x + 4, mouse.y + 6);
return
}
statusChatListCategory.opened = !opened;
}
}
onTitleClicked: statusChatListCategory.opened = !opened