diff --git a/client/components/Chat.vue b/client/components/Chat.vue index 603aed8b..8ad6efb4 100644 --- a/client/components/Chat.vue +++ b/client/components/Chat.vue @@ -5,7 +5,8 @@ :class="{ 'hide-motd': !$store.state.settings.motd, 'colored-nicks': $store.state.settings.coloredNicks, - 'show-seconds': $store.state.settings.showSeconds, + 'time-seconds': $store.state.settings.showSeconds, + 'time-12h': $store.state.settings.use12hClock, }" >