From cbad7fbf51e51c4748fabc0e8cbed0dec05d20c2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 11 Dec 2020 22:42:22 +0100 Subject: [PATCH] Remove 'configure room' button from roomlist --- imports/NeoChat/Page/RoomListPage.qml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index b078a207e..0de6491ed 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -184,15 +184,6 @@ Kirigami.ScrollablePage { radius: height / 2 } } - QQC2.Button { - visible: roomListItem.hovered - Accessible.description: i18n("Configure room") - action: Kirigami.Action { - id: optionAction - icon.name: "configure" - onTriggered: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup(); - } - } } } Component {