diff --git a/frontend/src/components/Chooser.vue b/frontend/src/components/Chooser.vue index e47b6bd..89ed2c1 100644 --- a/frontend/src/components/Chooser.vue +++ b/frontend/src/components/Chooser.vue @@ -62,6 +62,9 @@ export default { if (this.realCancelText == '') { this.realCancelText = this.$t('cancel') } + if (this.cards.length == 1) { + this.showDesc(this.cards[0]) + } if (this.playAudio) { (new Audio(show_sfx)).play(); }