mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
Add setting to disable node preview in searchbox (#421)
This commit is contained in:
@@ -82,6 +82,14 @@ export const useSettingStore = defineStore('setting', {
|
||||
defaultValue: LinkReleaseTriggerMode.ALWAYS
|
||||
})
|
||||
|
||||
app.ui.settings.addSetting({
|
||||
id: 'Comfy.NodeSearchBoxImpl.NodePreview',
|
||||
name: 'Node Preview',
|
||||
tooltip: 'Only applies to the default implementation',
|
||||
type: 'boolean',
|
||||
defaultValue: true
|
||||
})
|
||||
|
||||
app.ui.settings.addSetting({
|
||||
id: 'Comfy.SideBar.Location',
|
||||
name: 'Sidebar location',
|
||||
|
||||
Reference in New Issue
Block a user