提交 125260e6 编写于 作者: S Sandeep Somavarapu

💄

上级 26d62c4b
......@@ -1044,7 +1044,12 @@ export class ReloadAction extends Action {
.then(runningExtensions => this.computeReloadState(runningExtensions, installed));
}).then(() => {
this.class = this.enabled ? ReloadAction.EnabledClass : ReloadAction.DisabledClass;
this.label = this.useLongLabel ? this.tooltip : localize('reloadAction', "Reload");
if (this.useLongLabel) {
this.label = this.tooltip;
this.tooltip = '';
} else {
this.label = localize('reloadAction', "Reload");
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册