mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-17 20:41:28 +02:00
Persist the process order toggle across sessions
🤷
This commit is contained in:
@ -41,7 +41,8 @@ const SETTINGS_IDS_LIST = [
|
|||||||
"confirm_dangerous_actions",
|
"confirm_dangerous_actions",
|
||||||
"metadata_output_format",
|
"metadata_output_format",
|
||||||
"auto_save_settings",
|
"auto_save_settings",
|
||||||
"apply_color_correction"
|
"apply_color_correction",
|
||||||
|
"process_order_toggle"
|
||||||
]
|
]
|
||||||
|
|
||||||
const IGNORE_BY_DEFAULT = [
|
const IGNORE_BY_DEFAULT = [
|
||||||
|
Reference in New Issue
Block a user