()
| 525 | }); |
| 526 | |
| 527 | function getLocalHostDisplayNameAtom(): Atom<string> { |
| 528 | return LocalHostDisplayNameAtom; |
| 529 | } |
| 530 | |
| 531 | /** |
| 532 | * Open a link in a new window, or in a new web widget. The user can set all links to open in a new web widget using the `web:openlinksinternally` setting. |