(value: boolean)
| 92 | * @param value - `true` to use the alternate idle icon, `false` for the default. |
| 93 | */ |
| 94 | export function setUseAlternateIdleIcon(value: boolean): void { |
| 95 | window.gitify.tray.useAlternateIdleIcon(value); |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Switch the tray icon to an "active" variant when there are unread notifications. |
no outgoing calls
no test coverage detected