Commit 35d41392 by Demid Merzlyakov

Widgets: enable Radar and Wind widgets.

parent 716fa334
......@@ -12,7 +12,7 @@ struct OneWeatherWidgets: WidgetBundle {
var body: some Widget {
TemperatureWidget()
PrecipitationWidget()
// WindWidget()
// RadarWidget()
WindWidget()
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