Allow right-clicking on a room without selecting it
Same idea as the fix I did for spaces, we introduce a new signal called selected instead of using ItemDelegate's button signals.
This commit is contained in:
committed by
Tobias Fella
parent
006da1fb16
commit
e9e1e223f7
@@ -31,7 +31,7 @@ Kirigami.ScrollablePage {
|
||||
delegate: RoomDelegate {
|
||||
id: roomDelegate
|
||||
filterText: ""
|
||||
onClicked: {
|
||||
onSelected: {
|
||||
root.chosen(roomDelegate.currentRoom.id)
|
||||
}
|
||||
connection: root.connection
|
||||
|
||||
Reference in New Issue
Block a user