moved determination of isHidden to client object

This commit is contained in:
Janis
2023-01-11 13:22:08 +01:00
parent b10b7ad58d
commit 6fdc0d4ee0
4 changed files with 23 additions and 16 deletions

View File

@@ -10,5 +10,5 @@ const CONFIG = {
fontStrokeColor: "#000000",
},
hideSelf: false, // Hide yourself in the overlay
hideSilent: true, // Only show talking people
hideSilent: false, // Only show talking people
};