From 684f45cc08e580c1186e8b7f8c81b6c03344edd8 Mon Sep 17 00:00:00 2001 From: Noelia Date: Mon, 28 Mar 2022 12:45:10 +0200 Subject: [PATCH] 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 --- src/StatusQ/Components/StatusChatListCategory.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/StatusQ/Components/StatusChatListCategory.qml b/src/StatusQ/Components/StatusChatListCategory.qml index 1803b132..0be28614 100644 --- a/src/StatusQ/Components/StatusChatListCategory.qml +++ b/src/StatusQ/Components/StatusChatListCategory.qml @@ -48,7 +48,6 @@ Column { popupMenuSlot.item.popup(mouse.x + 4, mouse.y + 6); return } - statusChatListCategory.opened = !opened; } } onTitleClicked: statusChatListCategory.opened = !opened