small fixes
This commit is contained in:
parent
6f9ed5a846
commit
d53d5c7af3
1 changed files with 2 additions and 1 deletions
|
@ -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 === "") {
|
||||
|
|
Loading…
Reference in a new issue