From 21441cff1541563d5fefdd725014e18d7a190b39 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 27 Nov 2023 04:42:24 +0100 Subject: [PATCH] Update settings.json resolve an issue since v1.9.1 --- conf/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index baf5fc3..bac69b4 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -194,8 +194,8 @@ "showChat": true, "showLineNumbers": true, "useMonospaceFont": false, - "userName": false, - "userColor": false, + "userName": null, + "userColor": null, "rtl": false, "alwaysShowChat": false, "chatAndUsers": false,