MCPcopy
hub / github.com/gitify-app/gitify / setUseUnreadActiveIcon

Function setUseUnreadActiveIcon

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

Source from the content-addressed store, hash-verified

101 * @param value - `true` to use the unread-active icon, `false` for the default.
102 */
103export function setUseUnreadActiveIcon(value: boolean): void {
104 window.gitify.tray.useUnreadActiveIcon(value);
105}
106
107/**
108 * Apply the global keyboard shortcut for toggling the app window.

Callers 1

AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected