Location/Weather: Improved logic and proper refresh of data when changing location name in the settings UI

This commit is contained in:
quadbyte 2025-08-12 08:33:42 -04:00
parent 934d4cc933
commit 618bee311b
2 changed files with 16 additions and 13 deletions

View file

@ -64,6 +64,7 @@ Item {
Layout.fillWidth: true
onEditingFinished: function () {
Settings.data.location.name = text
Location.resetWeather();
}
}