MCPcopy Create free account
hub / github.com/gitify-app/gitify / setUseAlternateIdleIcon

Function setUseAlternateIdleIcon

src/renderer/utils/system/comms.ts:94–96  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

92 * @param value - `true` to use the alternate idle icon, `false` for the default.
93 */
94export 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.

Callers 2

comms.test.tsFile · 0.90
AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected