From 21d1dbaad6d9ed05273119152753df526f00156c Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Mon, 17 Apr 2023 01:11:35 +0200 Subject: [PATCH] Unbreak nick colors for existing themes https://github.com/thelounge/thelounge/pull/4649 broke existing themes by removing the colored-nicks class from chat. Considering that we don't bump the major version, keep backwards compatibility for now --- client/components/Chat.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Chat.vue b/client/components/Chat.vue index fe016d87..cb2a2754 100644 --- a/client/components/Chat.vue +++ b/client/components/Chat.vue @@ -6,6 +6,7 @@ '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 }" >