mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 16:59:45 +00:00
Add option to disable reconnecting toasts (#3327)
This commit is contained in:
@@ -764,5 +764,12 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
max: 400
|
||||
},
|
||||
versionAdded: '1.15.7'
|
||||
},
|
||||
{
|
||||
id: 'Comfy.Toast.DisableReconnectingToast',
|
||||
name: 'Disable toasts when reconnecting or reconnected',
|
||||
type: 'hidden',
|
||||
defaultValue: false,
|
||||
versionAdded: '1.15.12'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user