From b10b7ad58dcc05e719394e81ba57cf6b25714eba Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 11 Jan 2023 13:18:48 +0100 Subject: [PATCH] added documentation in config --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6cfccae..b4d4c1e 100644 --- a/config.js +++ b/config.js @@ -10,5 +10,5 @@ const CONFIG = { fontStrokeColor: "#000000", }, hideSelf: false, // Hide yourself in the overlay - hideSilent: false, // Only show talking people + hideSilent: true, // Only show talking people };