fix: remove reset
This commit is contained in:
parent
2f25ce5e80
commit
ff6ceb840a
|
@ -73,9 +73,6 @@ ModalPopup {
|
|||
width: parent.width
|
||||
signingPhrase: walletModel.signingPhrase
|
||||
visible: showSigningPhrase
|
||||
reset: function() {
|
||||
signingPhrase = Qt.binding(function() { return walletModel.signingPhrase })
|
||||
}
|
||||
}
|
||||
|
||||
Column {
|
||||
|
|
Loading…
Reference in New Issue