mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 01:52:59 +08:00
Don't use the annoying new navigation mode by default. (#9518)
This commit is contained in:
parent
59eddda900
commit
8be0d22ab7
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user