mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-03-09 20:51:55 +01:00
Save metadata if force_save_path is enabled. We can make this more flexible later
This commit is contained in:
parent
83d5519a31
commit
41f2c82eaf
@ -737,6 +737,7 @@ async function getSystemInfo() {
|
||||
if (force == true) {
|
||||
saveToDiskField.checked = true
|
||||
metadataOutputFormatField.disabled = false
|
||||
metadataOutputFormatField.value = "txt"
|
||||
}
|
||||
saveToDiskField.disabled = force
|
||||
diskPathField.disabled = force
|
||||
|
Loading…
Reference in New Issue
Block a user