MCPcopy Index your code
hub / github.com/gitify-app/gitify / updateTrayColor

Function updateTrayColor

src/renderer/utils/system/comms.ts:129–131  ·  view source on GitHub ↗
(notificationsLength: number)

Source from the content-addressed store, hash-verified

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

Callers 2

setTrayIconColorAndTitleFunction · 0.90
comms.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected