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: {},