mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
CR fixes
This commit is contained in:
parent
365be5f74c
commit
27fa0dc4c6
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
onAccepted: {
|
||||
if(root.searchString !== searchField.text) {
|
||||
if (root.searchString !== searchField.text) {
|
||||
root.searchString = searchField.text;
|
||||
getMarketplaceItems();
|
||||
searchField.forceActiveFocus();
|
||||
|
|
Loading…
Reference in a new issue