fix autologin, add osu folder detection

This commit is contained in:
2024-01-18 16:32:57 +01:00
parent d5b2b8012c
commit 94fa7e7bd8
11 changed files with 163 additions and 17 deletions

View File

@@ -18,5 +18,5 @@
<script defer src="/build/bundle.js"></script>
</head>
<body class="select-none bg-gray-100 dark:bg-gray-900"></body>
<body class="select-none bg-gray-100 dark:bg-gray-900 overflow-hidden"></body>
</html>