mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
Rename SideBar to Sidebar (#422)
* Rename SideBar to Sidebar * rename files * rename files
This commit is contained in:
@@ -91,7 +91,7 @@ export const useSettingStore = defineStore('setting', {
|
||||
})
|
||||
|
||||
app.ui.settings.addSetting({
|
||||
id: 'Comfy.SideBar.Location',
|
||||
id: 'Comfy.Sidebar.Location',
|
||||
name: 'Sidebar location',
|
||||
type: 'combo',
|
||||
options: ['left', 'right'],
|
||||
@@ -99,7 +99,7 @@ export const useSettingStore = defineStore('setting', {
|
||||
})
|
||||
|
||||
app.ui.settings.addSetting({
|
||||
id: 'Comfy.SideBar.Size',
|
||||
id: 'Comfy.Sidebar.Size',
|
||||
name: 'Sidebar size',
|
||||
type: 'combo',
|
||||
options: ['normal', 'small'],
|
||||
|
||||
Reference in New Issue
Block a user