Update index.tsx

This commit is contained in:
talksik
2022-05-02 08:26:11 -05:00
parent 2f7436cfce
commit 818d9f4870
+2 -1
View File
@@ -232,7 +232,8 @@ 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"
); );
setDesktopMode("overlayOnly"); // todo: just in testing mode
// setDesktopMode("overlayOnly");
}); });
}, [setDesktopMode]); }, [setDesktopMode]);