Location/Weather: Improved logic and proper refresh of data when changing location name in the settings UI
This commit is contained in:
parent
934d4cc933
commit
618bee311b
2 changed files with 16 additions and 13 deletions
|
|
@ -64,6 +64,7 @@ Item {
|
|||
Layout.fillWidth: true
|
||||
onEditingFinished: function () {
|
||||
Settings.data.location.name = text
|
||||
Location.resetWeather();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue