summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 1933baeb..0b3a6427 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -124,6 +124,12 @@ Item {
             color: Nheko.theme.separator
         }
 
+        Button {
+            text: "Send files " + (room ? room.input.uploads.length : 0)
+            visible: room && room.input.uploads.length > 0
+            onClicked: room.input.acceptUploads()
+        }
+
         NotificationWarning {
         }