mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-30 21:09:53 +00:00
Disable native reroute migration (#3379)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -965,7 +965,7 @@ export class ComfyApp {
|
||||
{
|
||||
showMissingNodesDialog = true,
|
||||
showMissingModelsDialog = true,
|
||||
checkForRerouteMigration = true
|
||||
checkForRerouteMigration = false
|
||||
} = {}
|
||||
) {
|
||||
if (clean !== false) {
|
||||
|
||||
Reference in New Issue
Block a user