From 0d4ffb76e27f33ecf7e3e4d939876ccb53279448 Mon Sep 17 00:00:00 2001 From: kazura233 <26360761+kazura233@users.noreply.github.com> Date: Sat, 3 May 2025 23:36:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20SettingDrawer=20settings=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 679b0c5f..a0f3e210 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -115,7 +115,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) = onSettingChange={(settings) => { setInitialState((preInitialState) => ({ ...preInitialState, - settings, + ...settings, })); }} />