Prevent weather icon flicker

This commit is contained in:
David Heinemeier Hansson
2026-07-18 21:19:10 -07:00
parent c7952c980f
commit be1aab859d
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ Panel {
var parsed = JSON.parse(raw)
root.report = parsed
if (!root.hasConfiguredCoordinates)
root.label = Model.currentIcon(parsed.current_condition && parsed.current_condition[0], root.label)
root.label = Model.provisionalCurrentIcon(parsed.current_condition && parsed.current_condition[0], root.label)
root.forecastRetries = 0
if (Model.weatherResponseCompletesSave(root.hasConfiguredCoordinates, "wttr"))
root.finishSavingLocation()