adding the connection and all

This commit is contained in:
talksik
2022-05-28 01:33:14 -05:00
parent 1826f26d80
commit 0e0a8629e0
2 changed files with 62 additions and 10 deletions
@@ -63,11 +63,7 @@ export function ElectronProvider({ children }: { children: React.ReactNode }) {
setIsWindowFocused(false);
// TODO: testing mode... uncomment both instructions below
// setDesktopMode('overlayOnly');
// todo: make sure that if I am toggle broadcasted into a line, then don't deselect selected line
// the overlay should be showing selected line if I am broadcasting toggled into it as well as of course all other toggle tuned ones
// setSelectedLineId(null);
setDesktopMode('overlayOnly');
});
window.electronAPI.on(Channels.ON_WINDOW_FOCUS, () => {