* Enable or disable the "Check for updates" menu item. * Disabled while an update check is in progress. * * @param enabled - Whether the menu item should be clickable.
(enabled: boolean)
| 127 | * @param enabled - Whether the menu item should be clickable. |
| 128 | */ |
| 129 | setCheckForUpdatesMenuEnabled(enabled: boolean) { |
| 130 | this.checkForUpdatesMenuItem.enabled = enabled; |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Show or hide the "No updates available" status menu item. |
no outgoing calls
no test coverage detected