NiyaShy / XB1ControllerBatteryIndicator

A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
GNU General Public License v2.0
715 stars 51 forks source link

Automatic update check does not work at start #25

Closed DrUm78 closed 5 years ago

DrUm78 commented 5 years ago

Hello and thanks for this new 1.3.0 release, I'm still using your app on my pc. :)

One little bug though: the automatic update check at launch does not work and does not say that a new version is out. I noticed 1.3.0 version by coming on this page after a few months.

To get the update notification to appear, you have to uncheck the option (right click and 'Check new version on start') then check it again.

Keep up the good work!

NiyaShy commented 5 years ago

Hey,

I feared this was the case, just never had the time to try it out for confirmation. So thanks for letting me know, I'll look into it.

NiyaShy commented 5 years ago

Found the cause. As stupid as it sounds, it was forgotten to actually call the "check for updates" routine on startup, so it was only called when you check the option. Will get fixed with the next version.

DrUm78 commented 5 years ago

Great, thanks. :)

NiyaShy commented 5 years ago

Just uploaded the new version that includes the fix. So from now on update check should work as intended ;)