Skip to content

Commit

Permalink
キャラクター並び替えダイアログ: スタイルごとにアイコンを変える (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Mar 14, 2022
1 parent 7684991 commit bbfdc0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/CharacterOrderDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
<div class="character-item-inner">
<img
:src="
characterInfosMap[speakerUuid].metas.styles[0].iconPath
characterInfosMap[speakerUuid].metas.styles[
selectedStyleIndexes[speakerUuid] ?? 0
].iconPath
"
class="style-icon"
/>
Expand Down

0 comments on commit bbfdc0f

Please sign in to comment.