From 47bbf12176a2a5cc5ec76af8a26af2c1f48b8fac Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 4 Oct 2025 14:40:30 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=B8=8A,=20=E6=9C=80=E8=BF=91=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E5=91=88=E7=8E=B0=E6=BF=80=E6=B4=BB=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/main/RecentsList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ui/main/RecentsList.tsx b/client/ui/main/RecentsList.tsx index df12884..28bb10d 100644 --- a/client/ui/main/RecentsList.tsx +++ b/client/ui/main/RecentsList.tsx @@ -8,6 +8,7 @@ import Client from "../../api/Client.ts" import { checkApiSuccessOrSncakbar } from "../snackbar.ts"; import data from "../../Data.ts"; import EventBus from "../../EventBus.ts"; +import isMobileUI from "../isMobileUI.ts"; interface Args extends React.HTMLAttributes { display: boolean @@ -64,7 +65,7 @@ export default function RecentsList({ chat.content.includes(searchText) ).map((v) => openChatFragment(v.id)} key={v.id} recentChat={v} />