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?
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.
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?