musicpro / temps

Simple menubar application based on Electron with actual weather information and forecast.
https://jackd248.github.io/temps/
MIT License
15 stars 3 forks source link

Weather location is not saved #3

Open femto-code opened 4 years ago

femto-code commented 4 years ago

Firstly, thank you very much for maintaining this electron app, which looks great while it is pretty useful. I am facing the following issue: When entering a location in the settings screen (with star icon set), the click on "apply" doesn't seem to preserve my preference.

  1. First it shows the new location on main screen.
  2. After a while (i guess after next sync) the location is changed to a default value (which is the one determined by IP)

Maybe I did not enter the location correctly, thank you in advance!

musicpro commented 4 years ago

Hej thank you for the kind words :)

So I haven't really touch the logic with preserving. But you are right with the assumption that after an update it automatically takes the determined location. I added a checkbox beneath the input field for location called: "Auto update city" Hope this is in your version as well, otherwise i might have pushed the wrong one the last time. So if this is checked, your location will be updated all the time. Just uncheck it and you should remain your set location.