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

Method setUpdateAvailableMenuVisibility

src/main/menu.ts:147–149  ·  view source on GitHub ↗

* Show or hide the "An update is available" status menu item. * * @param isVisible - Whether the item should be visible.

(isVisible: boolean)

Source from the content-addressed store, hash-verified

145 * @param isVisible - Whether the item should be visible.
146 */
147 setUpdateAvailableMenuVisibility(isVisible: boolean) {
148 this.updateAvailableMenuItem.visible = isVisible;
149 }
150
151 /**
152 * Show or hide the "Restart to install update" 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