mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-10 22:04:27 +00:00
WMO weather codes 1, 2, 45, 51, 53, 56, 61, 63, 66, 71, 73, 80, 81, 85, 86, and 96 were missing break statements, causing fall-through that overwrote each condition with the last label in its group. For example, code 1 (Mainly Clear) fell through to code 3, so the widget always displayed 'Cloudy'. Also adds the shared group icon to each early case so the widget renders an icon for every code.