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 };