From 6907816af9db383840654b87f1c5cdf65d83f4d3 Mon Sep 17 00:00:00 2001 From: AzraelSec Date: Tue, 5 Dec 2023 22:37:24 +0100 Subject: [PATCH] chore: update jsonschema --- schema/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/config.json b/schema/config.json index 2f1dba309..51b7439cb 100644 --- a/schema/config.json +++ b/schema/config.json @@ -948,6 +948,10 @@ "openStatusFilter": { "type": "string", "default": "\u003cc-b\u003e" + }, + "copyFileInfoToClipboard": { + "type": "string", + "default": "y" } }, "additionalProperties": false,