Don't use the annoying new navigation mode by default. (#9518)

This commit is contained in:
comfyanonymous 2025-08-23 10:56:17 -07:00 committed by GitHub
parent 59eddda900
commit 8be0d22ab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ class AppSettings():
logging.error(f"The user settings file is corrupted: {file}")
return {}
else:
return {}
return {"Comfy.Canvas.NavigationMode": "legacy"}
def save_settings(self, request, settings):
file = self.user_manager.get_request_user_filepath(