* Show or hide the "No updates available" status menu item. * * @param isVisible - Whether the item should be visible.
(isVisible: boolean)
| 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. |
no outgoing calls
no test coverage detected