Fix room settings opening twice on room title

pull/532/head
Nicolas Werner 4 years ago
parent f6de66576c
commit 0e60c09b19
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      resources/qml/TopBar.qml

@ -70,10 +70,6 @@ Rectangle {
maximumLineCount: 1
elide: Text.ElideRight
TapHandler {
onSingleTapped: TimelineManager.timeline.openRoomSettings()
}
}
MatrixText {

Loading…
Cancel
Save