Location: having issue with FileView sometimes serializing 0 instead of latitude

This commit is contained in:
quadbyte 2025-08-12 09:40:10 -04:00
parent 7cbf5b9212
commit ca8523ec1a
2 changed files with 33 additions and 23 deletions

View file

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