提交 dbc4fbb0 编写于 作者: I isidor

debugStatus: always update the style since it is affected by debug state

fixes #44989
上级 17321a2d
......@@ -90,8 +90,9 @@ export class DebugStatus extends Themable implements IStatusbarItem {
this.icon = dom.append(a, $('.icon'));
this.label = dom.append(a, $('span.label'));
this.setLabel();
this.updateStyles();
}
this.updateStyles();
}
private setLabel(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册