(hostname: Hostname)
| 50 | } |
| 51 | |
| 52 | export function openHost(hostname: Hostname) { |
| 53 | openExternalLink(`https://${hostname}` as Link); |
| 54 | } |
| 55 | |
| 56 | export function openDeveloperSettings(account: Account) { |
| 57 | const url = getDeveloperSettingsURL(account); |
no test coverage detected