mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Move titlebar.
This commit is contained in:
@@ -8,8 +8,6 @@ import { CheckAuth } from "../context/revoltjs/CheckAuth";
|
||||
import Masks from "../components/ui/Masks";
|
||||
import Preloader from "../components/ui/Preloader";
|
||||
|
||||
import { Titlebar } from "../components/native/Titlebar";
|
||||
|
||||
const Login = lazy(() => import("./login/Login"));
|
||||
const RevoltApp = lazy(() => import("./RevoltApp"));
|
||||
|
||||
@@ -17,9 +15,6 @@ export function App() {
|
||||
return (
|
||||
<Context>
|
||||
<Masks />
|
||||
{window.isNative && !window.native.getConfig().frame && (
|
||||
<Titlebar />
|
||||
)}
|
||||
{/*
|
||||
// @ts-expect-error */}
|
||||
<Suspense fallback={<Preloader type="spinner" />}>
|
||||
|
||||
Reference in New Issue
Block a user