Revert "Add unified sidebar width setting" (#3609)

This commit is contained in:
Chenlei Hu
2025-04-24 17:14:01 -04:00
committed by GitHub
parent ba3e2edb8a
commit 31d5671f24
10 changed files with 2 additions and 40 deletions

View File

@@ -88,14 +88,6 @@ export const CORE_SETTINGS: SettingParams[] = [
// Default to small if the window is less than 1536px(2xl) wide.
defaultValue: () => (window.innerWidth < 1536 ? 'small' : 'normal')
},
{
id: 'Comfy.Sidebar.UnifiedWidth',
category: ['Appearance', 'Sidebar', 'UnifiedWidth'],
name: 'Unified sidebar width',
type: 'boolean',
defaultValue: true,
versionAdded: '1.18.1'
},
{
id: 'Comfy.TextareaWidget.FontSize',
category: ['Appearance', 'Node Widget', 'TextareaWidget', 'FontSize'],