Merge pull request #34 from molan-git/update-conversation-page

Update Conversation.qml
This commit is contained in:
molan-git 2020-05-04 15:34:41 +02:00 committed by GitHub
commit 830132b298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,6 +243,7 @@ Page {
right: parent.right
rightMargin: Theme.paddingSmall
}
opacity: 0.8
icon.source: "../../qml/images/emojiselect.svg" + (pressed ? Theme.highlightColor : (warningContent.visible ? Theme.secondaryHighlightColor : Theme.primaryColor))
onClicked: pageStack.push(firstWizardPage)
}