From 9b80d9e7aa54392dc8e47b54e768e1ff02bbc97e Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 23 Oct 2023 22:28:02 +0200 Subject: [PATCH] Minor QML cleanup --- src/qml/TimelineView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/TimelineView.qml b/src/qml/TimelineView.qml index 44682933e..0a479a52f 100644 --- a/src/qml/TimelineView.qml +++ b/src/qml/TimelineView.qml @@ -209,7 +209,6 @@ QQC2.ScrollView { id: dropAreaFile anchors.fill: parent onDropped: root.currentRoom.mainCache.attachmentPath = drop.urls[0] - ; enabled: !Controller.isFlatpak }