From 3ec765a07b4379c551434faf3339bc636f41c3ee Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 2 Jul 2025 16:29:41 -0400 Subject: [PATCH] deprecate Comfy.Sidebar.Location setting ID --- src/constants/coreSettings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 295ea01fd..e13d00536 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -83,7 +83,8 @@ export const CORE_SETTINGS: SettingParams[] = [ name: 'Sidebar location', type: 'combo', options: ['left', 'right'], - defaultValue: 'left' + defaultValue: 'left', + deprecated: true }, { id: 'Comfy.Sidebar.Size',