bNobo / needabreak

NEED A BREAK! is an application intended to help you take care of your health while you work on a computer.
GNU General Public License v3.0
8 stars 5 forks source link

NeedABreak registry key value should be verified at startup #19

Closed bNobo closed 6 months ago

bNobo commented 4 years ago

The application just check the existence of the registry key but do not check if the path is correct. It can be a problem if the user uninstall the application and reinstall it in a new folder. Then the "Launch at startup" menu will be checked but the application won't be actually launched at startup.

=> At startup, update the path in the registry key if it is not correct.

bNobo commented 6 months ago

Windows registry is not used anymore since the app has been converted to MSIX Package (Microsoft Store app).