mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
deprecate Comfy.Sidebar.Location setting ID
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user