diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-02 01:36:01 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:08 +0200 |
commit | c25d0c6b2f30731b108e99c6ceccd925d764eb56 (patch) | |
tree | c7c718bde72a07d5d147fe2ee28949f336cb5478 /resources/qml/CommunitiesList.qml | |
parent | Fix palette access and QMediaPlayer errors (diff) | |
download | nheko-c25d0c6b2f30731b108e99c6ceccd925d764eb56.tar.xz |
Get rid of scrollhelper
Diffstat (limited to 'resources/qml/CommunitiesList.qml')
-rw-r--r-- | resources/qml/CommunitiesList.qml | 6 |
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 |