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

Method setCheckForUpdatesMenuEnabled

src/main/menu.ts:129–131  ·  view source on GitHub ↗

* Enable or disable the "Check for updates" menu item. * Disabled while an update check is in progress. * * @param enabled - Whether the menu item should be clickable.

(enabled: boolean)

Source from the content-addressed store, hash-verified

127 * @param enabled - Whether the menu item should be clickable.
128 */
129 setCheckForUpdatesMenuEnabled(enabled: boolean) {
130 this.checkForUpdatesMenuItem.enabled = enabled;
131 }
132
133 /**
134 * Show or hide the "No updates available" status menu item.

Callers 3

registerListenersMethod · 0.80
resetStateMethod · 0.80
menu.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected