* Show or hide the "Restart to install update" menu item. * * @param isVisible - Whether the item should be visible.
(isVisible: boolean)
| 154 | * @param isVisible - Whether the item should be visible. |
| 155 | */ |
| 156 | setUpdateReadyForInstallMenuVisibility(isVisible: boolean) { |
| 157 | this.updateReadyForInstallMenuItem.visible = isVisible; |
| 158 | } |
| 159 | } |
no outgoing calls
no test coverage detected