qml: use Pay... on buttons where payment is not immediate on press, fix trustedcoin icon in OtpDialog
This commit is contained in:
@@ -435,7 +435,7 @@ ElDialog {
|
|||||||
FlatButton {
|
FlatButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
text: qsTr('Pay')
|
text: qsTr('Pay...')
|
||||||
icon.source: '../../icons/confirmed.png'
|
icon.source: '../../icons/confirmed.png'
|
||||||
enabled: invoice.invoiceType != Invoice.Invalid && invoice.canPay
|
enabled: invoice.invoiceType != Invoice.Invalid && invoice.canPay
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ ElDialog {
|
|||||||
FlatButton {
|
FlatButton {
|
||||||
Layout.topMargin: constants.paddingLarge
|
Layout.topMargin: constants.paddingLarge
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: qsTr('Pay')
|
text: qsTr('Pay...')
|
||||||
icon.source: '../../icons/confirmed.png'
|
icon.source: '../../icons/confirmed.png'
|
||||||
enabled: valid
|
enabled: valid
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ ElDialog {
|
|||||||
id: dialog
|
id: dialog
|
||||||
|
|
||||||
title: qsTr('Trustedcoin')
|
title: qsTr('Trustedcoin')
|
||||||
iconSource: '../../../icons/trustedcoin-status.png'
|
iconSource: Qt.resolvedUrl('../../../plugins/trustedcoin/trustedcoin-status.png')
|
||||||
|
|
||||||
property string otpauth
|
property string otpauth
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user