Update index.tsx

This commit is contained in:
talksik
2022-05-02 08:11:57 -05:00
parent 9144ad6e1a
commit ad20265c23
+1 -1
View File
@@ -232,7 +232,7 @@ 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"); setDesktopMode("overlayOnly");
}); });
}, [setDesktopMode]); }, [setDesktopMode]);