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