From 71ddc4ffc65f863d61c0662e5f1f0d8c72a48b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 28 Jul 2025 23:49:27 +0800 Subject: [PATCH] Disk: update default value of `hideFolders` Fix #1869 --- doc/json_schema.json | 3 ++- src/data/help.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/json_schema.json b/doc/json_schema.json index 32ec40e40..80924361c 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -1961,7 +1961,8 @@ }, "hideFolders": { "type": "string", - "description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output\nDefault: /efi:/boot:/boot/efi" + "description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output", + "default": "/efi:/boot:/boot/efi:/boot/firmware" }, "hideFS": { "type": "string", diff --git a/src/data/help.json b/src/data/help.json index dbb27f5ac..788428a23 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -854,7 +854,7 @@ "desc": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output", "arg": { "type": "path", - "default": "/efi:/boot:/boot/efi" + "default": "/efi:/boot:/boot/efi:/boot/firmware" } }, {