fix(StatusSeedPhraseInput): Increased suggestion match chars to 4
This commit is contained in:
parent
3c2e97c5e2
commit
cf0ba3f7a1
@ -48,7 +48,7 @@ Item {
|
||||
}
|
||||
}
|
||||
seedSuggestionsList.model = filteredList;
|
||||
if ((text.length === 3) && (filteredList.count === 1) &&
|
||||
if ((text.length === 4) && (filteredList.count === 1) &&
|
||||
((input.edit.keyEvent !== Qt.Key_Backspace) && (input.edit.keyEvent !== Qt.Key_Delete))) {
|
||||
seedWordInput.text = filteredList.get(0).seedWord;
|
||||
seedWordInput.input.edit.cursorPosition = seedWordInput.text.length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user