cosmic-utils / forecast

Weather app written in rust and libcosmic
GNU General Public License v3.0
28 stars 5 forks source link

fix: prevent unwraping unset values #4

Closed elevenhsoft closed 2 weeks ago

elevenhsoft commented 2 weeks ago

When config is not set, so for example first launch of the app, the update method trying to unwrap unset values, so it's panicing. This will prevent it.