diff --git a/qml/pages/ConversationPage.qml b/qml/pages/ConversationPage.qml index 00726c7..5f2e40b 100644 --- a/qml/pages/ConversationPage.qml +++ b/qml/pages/ConversationPage.qml @@ -19,6 +19,7 @@ Page { property string toot_url: "" property string toot_uri: "" property int tootMaxChar: 500; + property bool bot: false property ListModel mdl allowedOrientations: Orientation.All @@ -102,7 +103,7 @@ Page { PullDownMenu { id: pulleyConversation - visible: type === "reply" //&& toot_url !== "" + visible: type === "reply" MenuItem { text: qsTr("Copy Link to Clipboard") onClicked: if (toot_url === "") {