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 {