未验证 提交 7111cb27 编写于 作者: J Joao Moreno

fixes #89150

上级 01e99039
......@@ -243,7 +243,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
if (state.type === StateType.AvailableForDownload || state.type === StateType.Downloaded || state.type === StateType.Ready) {
badge = new NumberBadge(1, () => nls.localize('updateIsReady', "New {0} update available.", this.productService.nameShort));
} else if (state.type === StateType.CheckingForUpdates || state.type === StateType.Downloading || state.type === StateType.Updating) {
badge = new ProgressBadge(() => nls.localize('updateIsReady', "New {0} update available.", this.productService.nameShort));
badge = new ProgressBadge(() => nls.localize('checkingForUpdates', "Checking for Updates..."));
clazz = 'progress-badge';
priority = 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册