mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 11:40:00 +00:00
[Refactor] Rename settingStore.settings to settingsById (#2081)
This commit is contained in:
@@ -26,7 +26,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
|
||||
}))
|
||||
const sidebarTab = computed(() => useSidebarTabStore())
|
||||
const setting = computed(() => ({
|
||||
settings: useSettingStore().settings,
|
||||
settings: useSettingStore().settingsById,
|
||||
get: useSettingStore().get,
|
||||
set: useSettingStore().set
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user