Skip to content

Commit 687f129

Browse files
committed
Merge pull request #4671
66fab82 Transfer: disable offline signing for hardware wallets (selsta) ACKs: tobtoht, jpk68
2 parents 56483fe + 66fab82 commit 687f129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/Transfer.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ Rectangle {
976976
root.paymentClicked(recipientModel.getRecipients(), paymentIdLine.text, root.mixin, priority, descriptionLine.text)
977977
}
978978
button2.text: qsTr("Sign (offline)") + translationManager.emptyString
979-
button2.enabled: !appWindow.viewOnly
979+
button2.enabled: !appWindow.viewOnly && !currentWallet.isHwBacked()
980980
button2.onClicked: {
981981
console.log("Transfer: sign tx clicked")
982982
signTxDialog.open();

0 commit comments

Comments
 (0)