Skip to content

Commit

Permalink
fix motd display to match settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceLenore committed Apr 24, 2023
1 parent 21d1dba commit ba1a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba1a420

Please sign in to comment.