mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 23:50:08 +00:00
Experimental settings BETA tag (#509)
* Add BETA tag for experimental setting * Mark node searchbox impl as experimental * nit
This commit is contained in:
@@ -160,7 +160,8 @@ export class ComfyAppMenu {
|
||||
id: 'Comfy.UseNewMenu',
|
||||
category: ['Comfy', 'Menu', 'UseNewMenu'],
|
||||
defaultValue: 'Disabled',
|
||||
name: '[Beta] Use new menu and workflow management.',
|
||||
name: 'Use new menu and workflow management.',
|
||||
experimental: true,
|
||||
tooltip: 'On small screens the menu will always be at the top.',
|
||||
type: 'combo',
|
||||
options: ['Disabled', 'Top', 'Bottom'],
|
||||
|
||||
Reference in New Issue
Block a user