(notificationsLength: number)
| 127 | * @param notificationsLength The number of unread notifications |
| 128 | */ |
| 129 | export function updateTrayColor(notificationsLength: number): void { |
| 130 | window.gitify.tray.updateColor(notificationsLength); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Updates the tray icon title. |
no outgoing calls
no test coverage detected