add: auto update launcher

This commit is contained in:
2025-07-08 02:30:35 +05:00
parent 5cd483209f
commit 31a26dc1ce
11 changed files with 132 additions and 20 deletions

View File

@ -11,6 +11,7 @@ import './App.css';
import TopBar from './components/TopBar';
import { Box } from '@mui/material';
import MinecraftBackround from './components/MinecraftBackround';
import { Notifier } from './components/Notifier';
// Переместите launchOptions сюда, вне компонентов
const launchOptions = {
@ -94,6 +95,7 @@ const App = () => {
>
<MinecraftBackround />
<TopBar onRegister={handleRegister} />
<Notifier />
<Routes>
<Route path="/login" element={<Login />} />
<Route