commit
0d0f9cdf50
1 changed files with 2 additions and 1 deletions
|
@ -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 === "") {
|
||||||
|
|
Loading…
Reference in a new issue