diff options
Diffstat (limited to 'resources/qml/RoomList.qml')
-rw-r--r-- | resources/qml/RoomList.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml index 733063f9..851608b6 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml @@ -63,11 +63,6 @@ Page { parent: !collapsed && Settings.scrollbarsInRoomlist ? roomlist : null } - ScrollHelper { - flickable: parent - anchors.fill: parent - } - Connections { function onCurrentRoomChanged() { if (Rooms.currentRoom) |