Commit 19cd7aa
fix: use BareBonesBrowserLaunch for Privacy Policy link on all platforms
Desktop.getDesktop().browse() throws on some Linux platforms even when
Desktop.isDesktopSupported() returns true, causing the Privacy Policy
hyperlink in FirstLoginDialog to silently fail. Replace the Desktop
if/else with a direct call to BareBonesBrowserLaunch.openURL() which
works reliably cross-platform. Fixes #86.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7723b34 commit 19cd7aa
1 file changed
Lines changed: 2 additions & 6 deletions
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 189 | + | |
194 | 190 | | |
195 | 191 | | |
196 | 192 | | |
| |||
0 commit comments