diff --git a/src/pages/main/index.tsx b/src/pages/main/index.tsx index 9bc5b765..2df90563 100644 --- a/src/pages/main/index.tsx +++ b/src/pages/main/index.tsx @@ -9,7 +9,7 @@ import Search from "@/components/Search/Search"; import ChatAI, { ChatAIRef } from "@/components/Assistant/Chat"; import { useAppStore } from "@/stores/appStore"; import { useAuthStore } from "@/stores/authStore"; -import { isWin } from "@/utils/platform"; +import { isLinux, isWin } from "@/utils/platform"; export default function DesktopApp() { const initializeListeners = useAppStore((state) => state.initializeListeners); @@ -94,7 +94,7 @@ export default function DesktopApp() {