HenryDeLange / inat-achievements

A project to view personal achievements based on iNaturalist observations.
MIT License
8 stars 0 forks source link

Links are broken in Electron #32

Open HenryDeLange opened 2 years ago

HenryDeLange commented 2 years ago

When using the Electron Desktop app. It used to be able to open the links (to iNat and GitHub) in the system's default browser. But this suddenly stopped working, maybe due to an Electron or Windows 11 update?

HenryDeLange commented 2 years ago

Adding a log statement confirms that the custom openLink function is called, but the shell.openExternal() command seems to suddenly do nothing, where it used to work before.