mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
parent
a5fce2b7de
commit
9facb14808
@ -78,6 +78,11 @@ ModalPopup {
|
||||
anchors.topMargin: Style.current.padding
|
||||
//% "Your nickname is too long"
|
||||
validationError: popup.nicknameTooLong ? qsTrId("your-nickname-is-too-long") : ""
|
||||
Keys.onReleased: {
|
||||
if (event.key === Qt.Key_Return) {
|
||||
doneBtn.onClicked();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StyledText {
|
||||
|
Loading…
x
Reference in New Issue
Block a user