fix: huddles not launching reliably

Closes #160
Race condition preventing proper initialization.
This commit is contained in:
talksik
2026-04-14 07:58:45 -07:00
parent 91a973b7fb
commit fe2a003e94
4 changed files with 29 additions and 34 deletions
-1
View File
@@ -19,7 +19,6 @@ declare global {
closeHuddle: () => void;
};
electronHuddle: {
onConnect: (callback: (data: { token: string; serverUrl: string }) => void) => () => void;
getScreenSources: () => Promise<ScreenSource[]>;
};
electronAutoplay: {