summary refs log tree commit diff
path: root/resources/qml/device-verification/AwaitingVerificationConfirmation.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 17:33:04 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 17:33:04 +0200
commit51964c4fd7f41e9b1a394d0787897d8cd9ba771e (patch)
treec4d08227bc8bdd67ae7ea825319d0217f87eda65 /resources/qml/device-verification/AwaitingVerificationConfirmation.qml
parentFix room name (diff)
downloadnheko-51964c4fd7f41e9b1a394d0787897d8cd9ba771e.tar.xz
Clean up verification pages a bit
Diffstat (limited to 'resources/qml/device-verification/AwaitingVerificationConfirmation.qml')
-rw-r--r--resources/qml/device-verification/AwaitingVerificationConfirmation.qml10
1 files changed, 1 insertions, 9 deletions
diff --git a/resources/qml/device-verification/AwaitingVerificationConfirmation.qml b/resources/qml/device-verification/AwaitingVerificationConfirmation.qml

index e0786343..aaebba6a 100644 --- a/resources/qml/device-verification/AwaitingVerificationConfirmation.qml +++ b/resources/qml/device-verification/AwaitingVerificationConfirmation.qml
@@ -25,15 +25,7 @@ Pane { Button { Layout.alignment: Qt.AlignLeft text: qsTr("Cancel") - palette { - button: "white" - } - contentItem: Text { - text: parent.text - color: "black" - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - } + onClicked: { flow.cancelVerification(DeviceVerificationFlow.User); deviceVerificationList.remove(tran_id);