fix: code review
This commit is contained in:
parent
b996d860d1
commit
2f25ce5e80
|
@ -212,7 +212,9 @@ ModalPopup {
|
||||||
StatusButton {
|
StatusButton {
|
||||||
id: btnNext
|
id: btnNext
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
text: showSigningPhrase ? qsTr("Sign") : qsTr("Sign with password")
|
text: showSigningPhrase ?
|
||||||
|
qsTr("Sign") :
|
||||||
|
qsTr("Sign with password")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(!showSigningPhrase){
|
if(!showSigningPhrase){
|
||||||
showSigningPhrase = true;
|
showSigningPhrase = true;
|
||||||
|
|
Loading…
Reference in New Issue