提交 826a5ca4 编写于 作者: M Martin Aeschlimann

partsSlash: latest theme colors not persisted on color change

上级 9c6ff9bb
......@@ -60,6 +60,8 @@ 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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册