added comments to config

This commit is contained in:
Janis
2023-01-11 13:01:02 +01:00
parent cf0c67ffee
commit 6e55c1d3e5

View File

@@ -1,5 +1,7 @@
const CONFIG = {
remoteAppPort: 5899,
remoteAppPort: 5899, // The port the TS5 client uses for remote apps (TS client -> settings/Remote Apps/Port)
// Style of the overlay
style: {
fontBackground: "rgba(19, 20, 33, 0.5)",
fontColor: "#ffffff",
@@ -7,6 +9,6 @@ const CONFIG = {
fontStrokeSize: "3px",
fontStrokeColor: "#000000",
},
hideSelf: false,
hideSilent: false,
hideSelf: false, // Hide yourself in the overlay
hideSilent: false, // Only show talking people
};