small fixes

This commit is contained in:
molan-git 2020-06-10 17:50:00 +02:00
parent 6f9ed5a846
commit d53d5c7af3

View file

@ -19,6 +19,7 @@ Page {
property string toot_url: "" property string toot_url: ""
property string toot_uri: "" property string toot_uri: ""
property int tootMaxChar: 500; property int tootMaxChar: 500;
property bool bot: false
property ListModel mdl property ListModel mdl
allowedOrientations: Orientation.All allowedOrientations: Orientation.All
@ -102,7 +103,7 @@ Page {
PullDownMenu { PullDownMenu {
id: pulleyConversation id: pulleyConversation
visible: type === "reply" //&& toot_url !== "" visible: type === "reply"
MenuItem { MenuItem {
text: qsTr("Copy Link to Clipboard") text: qsTr("Copy Link to Clipboard")
onClicked: if (toot_url === "") { onClicked: if (toot_url === "") {