Make it optional to paste long pasted content to an attachment

This commit is contained in:
oobabooga 2025-06-08 09:31:38 -07:00
parent 42e7864d62
commit 84f66484c5
4 changed files with 9 additions and 1 deletions

View file

@ -268,6 +268,11 @@ def list_interface_input_elements():
# Model elements
elements += list_model_elements()
# Other elements
elements += [
'paste_to_attachment'
]
return elements
@ -473,6 +478,7 @@ def setup_auto_save():
# Session tab (ui_session.py)
'show_controls',
'theme_state',
'paste_to_attachment'
]
for element_name in change_elements: