summary refs log tree commit diff
path: root/resources/qml/CommunitiesList.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-02 01:36:01 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:08 +0200
commitc25d0c6b2f30731b108e99c6ceccd925d764eb56 (patch)
treec7c718bde72a07d5d147fe2ee28949f336cb5478 /resources/qml/CommunitiesList.qml
parentFix palette access and QMediaPlayer errors (diff)
downloadnheko-c25d0c6b2f30731b108e99c6ceccd925d764eb56.tar.xz
Get rid of scrollhelper
Diffstat (limited to 'resources/qml/CommunitiesList.qml')
-rw-r--r--resources/qml/CommunitiesList.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml
index 5bf239a6..a210a4bb 100644
--- a/resources/qml/CommunitiesList.qml
+++ b/resources/qml/CommunitiesList.qml
@@ -39,12 +39,6 @@ Page {
             parent: !collapsed && Settings.scrollbarsInRoomlist ? communitiesList : null
         }
 
-        ScrollHelper {
-            flickable: parent
-            anchors.fill: parent
-            enabled: !Settings.mobileMode
-        }
-
         Platform.Menu {
             id: communityContextMenu