mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
V2 osc (#313)
* chore: upgrade relevant deps * fix: electron app to tray * chore: cleanup dictionary * feat: handle several messages in a event * ux: disable irrelevant buttons in browser * feat: parse and validate subscriptions * feat: create UI for OSC Integration * fix: cleanup logger behaviour * feat: allow OSC settings to be changed at runtime
This commit is contained in:
@@ -40,7 +40,6 @@ export function useEmitLog() {
|
||||
text,
|
||||
};
|
||||
|
||||
addLog(log);
|
||||
socketSendJson('ontime-log', log);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user