mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
fix: code review
This commit is contained in:
parent
b996d860d1
commit
2f25ce5e80
@ -212,7 +212,9 @@ ModalPopup {
|
||||
StatusButton {
|
||||
id: btnNext
|
||||
anchors.right: parent.right
|
||||
text: showSigningPhrase ? qsTr("Sign") : qsTr("Sign with password")
|
||||
text: showSigningPhrase ?
|
||||
qsTr("Sign") :
|
||||
qsTr("Sign with password")
|
||||
onClicked: {
|
||||
if(!showSigningPhrase){
|
||||
showSigningPhrase = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user