This commit is contained in:
2025-09-20 11:43:13 +08:00
parent a208ef0a1b
commit 8a60992052
10 changed files with 158 additions and 244 deletions
@@ -47,6 +47,9 @@ export class ThemeItem extends Component {
this.updateTitle();
});
}
protected onEnable(): void {
this.updateTitle();
}
updateTitle() {
this.titleName.string = LanguageUtils.getText(this.key);