Experimental settings BETA tag (#509)

* Add BETA tag for experimental setting

* Mark node searchbox impl as experimental

* nit
This commit is contained in:
Chenlei Hu
2024-08-18 13:04:37 -04:00
committed by GitHub
parent add2f9baa0
commit 19681fd43d
5 changed files with 11 additions and 5 deletions

View File

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