diff --git a/src/pages/main/index.tsx b/src/pages/main/index.tsx index 2e1843c6..eca0a6db 100644 --- a/src/pages/main/index.tsx +++ b/src/pages/main/index.tsx @@ -9,6 +9,8 @@ import ChatAI, { ChatAIRef } from "@/components/Assistant/Chat"; import { useAppStore } from "@/stores/appStore"; import { useAuthStore } from "@/stores/authStore"; import ApiDetails from "@/components/Common/ApiDetails"; +import clsx from "clsx"; +import { isWin } from "@/utils/platform"; export default function DesktopApp() { const initializeListeners = useAppStore((state) => state.initializeListeners); @@ -88,11 +90,17 @@ export default function DesktopApp() { return (