Update index.tsx

This commit is contained in:
talksik
2022-05-06 03:54:25 -05:00
parent f0ff5498e1
commit ee53b2f03b
+3 -3
View File
@@ -286,12 +286,12 @@ export default function NirvanaRouter() {
console.log(
"window blurring now, should be always on top and then ill tell main process to change dimensions"
);
// TODO: testing mode
setDesktopMode("overlayOnly");
// 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);
// setSelectedLineId(null);
});
}, [setDesktopMode, setSelectedLineId]);