fix motd display to match settings

This commit is contained in:
Lenore 2023-04-25 00:49:57 +02:00
parent 21d1dbaad6
commit ba1a4206a6

View file

@ -3,7 +3,7 @@
<div <div
id="chat" id="chat"
:class="{ :class="{
'hide-motd': store.state.settings.motd, 'hide-motd': !store.state.settings.motd,
'time-seconds': store.state.settings.showSeconds, 'time-seconds': store.state.settings.showSeconds,
'time-12h': store.state.settings.use12hClock, 'time-12h': store.state.settings.use12hClock,
'colored-nicks': true, // TODO temporarily fixes themes, to be removed in next major version 'colored-nicks': true, // TODO temporarily fixes themes, to be removed in next major version