fix motd display to match settings
This commit is contained in:
parent
21d1dbaad6
commit
ba1a4206a6
@ -3,7 +3,7 @@
|
||||
<div
|
||||
id="chat"
|
||||
:class="{
|
||||
'hide-motd': store.state.settings.motd,
|
||||
'hide-motd': !store.state.settings.motd,
|
||||
'time-seconds': store.state.settings.showSeconds,
|
||||
'time-12h': store.state.settings.use12hClock,
|
||||
'colored-nicks': true, // TODO temporarily fixes themes, to be removed in next major version
|
||||
|
Loading…
Reference in New Issue
Block a user