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

Function setAutoLaunch

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

Source from the content-addressed store, hash-verified

83 * @param value - `true` to enable auto-launch, `false` to disable.
84 */
85export function setAutoLaunch(value: boolean): void {
86 window.gitify.setAutoLaunch(value);
87}
88
89/**
90 * Switch the tray icon to an alternate idle icon variant.

Callers 2

comms.test.tsFile · 0.90
AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected