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

Method setNoUpdateAvailableMenuVisibility

src/main/menu.ts:138–140  ·  view source on GitHub ↗

* Show or hide the "No updates available" status menu item. * * @param isVisible - Whether the item should be visible.

(isVisible: boolean)

Source from the content-addressed store, hash-verified

136 * @param isVisible - Whether the item should be visible.
137 */
138 setNoUpdateAvailableMenuVisibility(isVisible: boolean) {
139 this.noUpdateAvailableMenuItem.visible = isVisible;
140 }
141
142 /**
143 * Show or hide the "An update is 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