Location: Set stable name on load to the user specified name. Until we get a proper weather update

This commit is contained in:
LemmyCook 2025-08-31 10:29:25 -04:00
parent 6ecbdda121
commit b1daf2e8bc

View file

@ -32,6 +32,7 @@ Singleton {
if (adapter.latitude !== "" && adapter.longitude !== "" && adapter.weatherLastFetch > 0) {
root.stableLatitude = adapter.latitude
root.stableLongitude = adapter.longitude
root.stableName = adapter.name
root.coordinatesReady = true
Logger.log("Location", "Coordinates ready")
}