From 0e7baa21aba53f5f5f0c96592c4ab1bff2316430 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 26 Oct 2020 21:32:08 +0100 Subject: Disable new MessageInput, until you can paste images --- resources/qml/TimelineView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/qml') diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 023bae00..516c6860 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -218,8 +218,8 @@ Page { ReplyPopup { } - MessageInput { - } + //MessageInput { + //} } -- cgit 1.5.1