deprecate Comfy.Sidebar.Location setting ID

This commit is contained in:
Benjamin Lu
2025-07-02 16:29:41 -04:00
parent 11f342309e
commit 3ec765a07b

View File

@@ -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',