(value: boolean)
| 83 | * @param value - `true` to enable auto-launch, `false` to disable. |
| 84 | */ |
| 85 | export function setAutoLaunch(value: boolean): void { |
| 86 | window.gitify.setAutoLaunch(value); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * Switch the tray icon to an alternate idle icon variant. |
no outgoing calls
no test coverage detected