feat(customizations): more icons

This commit is contained in:
Sabe Jones
2024-05-10 15:37:07 -05:00
parent cac14ab2cc
commit b9e128b387
4 changed files with 1144 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ export default {
option.none = true;
}
option.active = this.user.preferences.hair.flower === key;
option.class = `hair_flower_${key} flower`;
option.class = `icon_hair_flower_${key} flower`;
option.click = () => this.set({ 'preferences.hair.flower': key });
return option;
});