提交 7a4a4def 编写于 作者: M Martin Aeschlimann

New window uses old theme. Fixes #84539

上级 655df8fe
......@@ -60,10 +60,12 @@ class PartsSplash {
if (e.affectsConfiguration('window.titleBarStyle')) {
this._didChangeTitleBarStyle = true;
this._savePartsSplash();
} else if (e.affectsConfiguration('workbench.colorTheme') || e.affectsConfiguration('workbench.colorCustomizations')) {
this._savePartsSplash();
}
}, this, this._disposables);
_themeService.onThemeChange(_ => {
this._savePartsSplash();
}, this, this._disposables);
}
dispose(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册