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