From bc7bb0a9a9eb7b41a77febb2e56e1eeadccf91a6 Mon Sep 17 00:00:00 2001 From: yangzexuan Date: Mon, 1 Jun 2026 02:48:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E6=A0=91=20showHidden?= =?UTF-8?q?Files=20=E9=BB=98=E8=AE=A4=E6=94=B9=E4=B8=BA=20true=EF=BC=88?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=85=A8=E9=83=A8=E6=96=87=E4=BB=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- desktop/src/stores/workspacePanelStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/stores/workspacePanelStore.ts b/desktop/src/stores/workspacePanelStore.ts index f969f76e..6205f886 100644 --- a/desktop/src/stores/workspacePanelStore.ts +++ b/desktop/src/stores/workspacePanelStore.ts @@ -195,7 +195,7 @@ export const useWorkspacePanelStore = create((set, get) => panelBySession: {}, modeBySession: {}, width: WORKSPACE_PANEL_DEFAULT_WIDTH, - showHiddenFiles: false, + showHiddenFiles: true, statusBySession: {}, expandedPathsBySession: {}, treeBySessionPath: {},