Rename SideBar to Sidebar (#422)

* Rename SideBar to Sidebar

* rename files

* rename files
This commit is contained in:
Chenlei Hu
2024-08-14 11:27:23 -04:00
committed by GitHub
parent c6b6bdcb67
commit a68f7c680b
16 changed files with 54 additions and 54 deletions

View File

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