测试,删除分号
This commit is contained in:
parent
900b732663
commit
359aacfa67
@ -287,7 +287,7 @@ export class SettingsService {
|
|||||||
// 更新主题颜色
|
// 更新主题颜色
|
||||||
public setThemeColor(color: ThemeColor): void {
|
public setThemeColor(color: ThemeColor): void {
|
||||||
const oldColor = this.settings.themeColor;
|
const oldColor = this.settings.themeColor;
|
||||||
this.settings.themeColor = color;
|
this.settings.themeColor = color
|
||||||
|
|
||||||
// 记录主题颜色变更
|
// 记录主题颜色变更
|
||||||
logManager.info(LogCategory.SETTINGS, LogEventType.THEME_CHANGE, color);
|
logManager.info(LogCategory.SETTINGS, LogEventType.THEME_CHANGE, color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user