Weather: fixed another TBC, reset was not called.

This commit is contained in:
quadbyte 2025-08-17 06:45:22 -04:00
parent db97de79eb
commit c992584082
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@ ColumnLayout {
Layout.fillWidth: true
onEditingFinished: {
Settings.data.location.name = text
LocationService.resetWeather()
}
}
}