测试,删除分号

This commit is contained in:
cc 2025-03-31 21:21:01 +08:00
parent 900b732663
commit 359aacfa67

View File

@ -287,7 +287,7 @@ export class SettingsService {
// 更新主题颜色
public setThemeColor(color: ThemeColor): void {
const oldColor = this.settings.themeColor;
this.settings.themeColor = color;
this.settings.themeColor = color
// 记录主题颜色变更
logManager.info(LogCategory.SETTINGS, LogEventType.THEME_CHANGE, color);