penguin-teal / gnome-openweather

A GNOME Shell extension to show the weather of any location on Earth.
GNU General Public License v3.0
58 stars 18 forks source link

settings: when reading api key from setting the provider id was incorrect #56

Closed rakkhin closed 5 months ago

rakkhin commented 5 months ago

When used to read api key from DEFAULT_KEYS constant the weatherProvider property is reduced by 1, but the same was not true when reading custom api keys, which lead to a but that prevents users from utilizing the keys they set.

This PR aims to fix the issue described in #53

penguin-teal commented 5 months ago

Darn it! Thanks!