changing menu item for toggle night mode to list the new hotkey for user reference

This commit is contained in:
Dave 2021-01-25 20:30:17 +00:00
parent c573908a50
commit 2515dcc328
1 changed files with 1 additions and 4 deletions

View File

@ -43,10 +43,7 @@
<li @click="toggleNight" v-if="!session.isSpectator">
<template v-if="!grimoire.isNight">Switch to Night</template>
<template v-if="grimoire.isNight">Switch to Day</template>
<em
><font-awesome-icon
:icon="['fas', grimoire.isNight ? 'sun' : 'cloud-moon']"
/></em>
<em>[S]</em>
</li>
<li @click="toggleNightOrder" v-if="players.length">
Night order