There was an error while loading. Please reload this page.
2 parents 56483fe + 66fab82 commit 687f129Copy full SHA for 687f129
1 file changed
pages/Transfer.qml
@@ -976,7 +976,7 @@ Rectangle {
976
root.paymentClicked(recipientModel.getRecipients(), paymentIdLine.text, root.mixin, priority, descriptionLine.text)
977
}
978
button2.text: qsTr("Sign (offline)") + translationManager.emptyString
979
- button2.enabled: !appWindow.viewOnly
+ button2.enabled: !appWindow.viewOnly && !currentWallet.isHwBacked()
980
button2.onClicked: {
981
console.log("Transfer: sign tx clicked")
982
signTxDialog.open();
0 commit comments