Remove 'configure room' button from roomlist
This commit is contained in:
@@ -184,15 +184,6 @@ Kirigami.ScrollablePage {
|
|||||||
radius: height / 2
|
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 {
|
Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user