mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-27 18:12:05 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -18,7 +18,8 @@ test('cycle secondary sub mode main deps builder maps state and broadcasts with
|
||||
lastToggleAt = timestampMs;
|
||||
calls.push(`set-ts:${timestampMs}`);
|
||||
},
|
||||
broadcastToOverlayWindows: (channel, nextMode) => calls.push(`broadcast:${channel}:${nextMode}`),
|
||||
broadcastToOverlayWindows: (channel, nextMode) =>
|
||||
calls.push(`broadcast:${channel}:${nextMode}`),
|
||||
showMpvOsd: (text) => calls.push(`osd:${text}`),
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user