fixing auth stuff, adding menu and other things

This commit is contained in:
talksik
2022-05-05 05:14:18 -05:00
parent 5d4b89ddaf
commit fa247c5d79
6 changed files with 239 additions and 161 deletions
+2 -2
View File
@@ -233,8 +233,8 @@ export default function NirvanaRouter() {
console.log(
"window blurring now, should be always on top and then ill tell main process to change dimensions"
);
// todo: just in testing mode
setDesktopMode("overlayOnly");
// TODO: testing mode
// setDesktopMode("overlayOnly");
});
}, [setDesktopMode]);