Commit 35d41392 by Demid Merzlyakov

Widgets: enable Radar and Wind widgets.

parent 716fa334
...@@ -12,7 +12,7 @@ struct OneWeatherWidgets: WidgetBundle { ...@@ -12,7 +12,7 @@ struct OneWeatherWidgets: WidgetBundle {
var body: some Widget { var body: some Widget {
TemperatureWidget() TemperatureWidget()
PrecipitationWidget() PrecipitationWidget()
// WindWidget() WindWidget()
// RadarWidget() RadarWidget()
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment