From b173e808c7c42fca9f06313fdea122bc1ccca296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:40:50 +0800 Subject: [PATCH] fix: Fix file hiding display issue (#9981) #9871 --- frontend/src/views/host/file-management/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 6803f9fd3..55345ce5e 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -603,7 +603,7 @@ let selects = ref([]); const initData = () => ({ path: '/', expand: true, - showHidden: true, + showHidden: localStorage.getItem('show-hidden') === 'true', page: 1, pageSize: 100, search: '',