Merge pull request #702 from patriceac/fix-copy-to-clipboard

Fix copy image settings to clipboard
This commit is contained in:
cmdr2 2022-12-26 16:25:44 +05:30 committed by GitHub
commit 33b120f6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) => {