Fix copy image settings to clipboard

Regression was caused by the processing of the legacy turbo field, which I understand to now be obsolete.
This commit is contained in:
patriceac 2022-12-26 02:10:36 -08:00
parent 517ddca22d
commit 0bfb9d00c8

View File

@ -235,13 +235,6 @@ const TASK_MAPPING = {
readUI: () => useCPUField.checked,
parse: (val) => val
},
turbo: { name: 'Turbo',
setUI: (turbo) => {
turboField.checked = turbo
},
readUI: () => turboField.checked,
parse: (val) => Boolean(val)
},
stream_image_progress: { name: 'Stream Image Progress',
setUI: (stream_image_progress) => {