diff --git a/modules/osd/index.ts b/modules/osd/index.ts index 8e3dbd6..8735ebd 100644 --- a/modules/osd/index.ts +++ b/modules/osd/index.ts @@ -141,6 +141,7 @@ export default (): Window => ), name: `indicator`, class_name: 'indicator', + visible: false, layer: options.tear.bind('value').as((tear) => (tear ? 'top' : 'overlay')), anchor: location.bind('value').as((v) => getPosition(v)), click_through: true,