Update index.tsx
This commit is contained in:
@@ -286,12 +286,12 @@ export default function NirvanaRouter() {
|
|||||||
console.log(
|
console.log(
|
||||||
"window blurring now, should be always on top and then ill tell main process to change dimensions"
|
"window blurring now, should be always on top and then ill tell main process to change dimensions"
|
||||||
);
|
);
|
||||||
// TODO: testing mode
|
// TODO: testing mode... uncomment both instructions below
|
||||||
setDesktopMode("overlayOnly");
|
// setDesktopMode("overlayOnly");
|
||||||
|
|
||||||
// todo: make sure that if I am toggle broadcasted into a line, then don't deselect selected line
|
// 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
|
// 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]);
|
}, [setDesktopMode, setSelectedLineId]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user