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

Function updateTrayTitle

src/renderer/utils/system/comms.ts:138–140  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

136 * @param title The title to set on the tray icon
137 */
138export function updateTrayTitle(title: string): void {
139 window.gitify.tray.updateTitle(title);
140}
141
142/**
143 * Copies the specified text to the system clipboard.

Callers 2

setTrayIconColorAndTitleFunction · 0.90
comms.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected