mirror of https://github.com/bra1n/townsquare.git
changing menu item for toggle night mode to list the new hotkey for user reference
This commit is contained in:
parent
c573908a50
commit
2515dcc328
|
@ -43,10 +43,7 @@
|
||||||
<li @click="toggleNight" v-if="!session.isSpectator">
|
<li @click="toggleNight" v-if="!session.isSpectator">
|
||||||
<template v-if="!grimoire.isNight">Switch to Night</template>
|
<template v-if="!grimoire.isNight">Switch to Night</template>
|
||||||
<template v-if="grimoire.isNight">Switch to Day</template>
|
<template v-if="grimoire.isNight">Switch to Day</template>
|
||||||
<em
|
<em>[S]</em>
|
||||||
><font-awesome-icon
|
|
||||||
:icon="['fas', grimoire.isNight ? 'sun' : 'cloud-moon']"
|
|
||||||
/></em>
|
|
||||||
</li>
|
</li>
|
||||||
<li @click="toggleNightOrder" v-if="players.length">
|
<li @click="toggleNightOrder" v-if="players.length">
|
||||||
Night order
|
Night order
|
||||||
|
|
Loading…
Reference in New Issue