Minor improvements to UI
This commit is contained in:
parent
764638a329
commit
d6cc5899b9
3 changed files with 5 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ ColumnLayout {
|
|||
placeholderText: "Enter the location name"
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: {
|
||||
Settings.data.location.name = text
|
||||
Settings.data.location.name = text.trim()
|
||||
LocationService.resetWeather()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue