Add x-platform update indicator

Summary: Use the new multi-platform update endpoint to indicate when new updates are available for Linux or Windows.

Reviewed By: danielbuechele

Differential Revision: D16939899

fbshipit-source-id: 11c1dc0d4fd19362a1163c613a7b7116c5edf996
This commit is contained in:
Pascal Hartig
2019-08-22 02:31:27 -07:00
committed by Facebook Github Bot
parent e874e032c6
commit 263b47f82f
3 changed files with 155 additions and 3 deletions

View File

@@ -171,7 +171,10 @@ class TitleBar extends React.Component<Props, StateFromProps> {
{isAutoUpdaterEnabled() ? (
<AutoUpdateVersion version={this.props.version} />
) : (
<UpdateIndicator launcherMsg={this.props.launcherMsg} />
<UpdateIndicator
launcherMsg={this.props.launcherMsg}
version={this.props.version}
/>
)}
{config.bugReportButtonVisible && (
<Button