mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
Don't use the annoying new navigation mode by default. (#9518)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user