mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-26 17:08:54 +01:00
Merge pull request #726 from patriceac/patch-10
Persist the processing order toggle across sessions
This commit is contained in:
commit
4dbdc642f9
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user