From 0bfb9d00c8cb0320082150a2f2bba47d2324a79d Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Mon, 26 Dec 2022 02:10:36 -0800 Subject: [PATCH] Fix copy image settings to clipboard Regression was caused by the processing of the legacy turbo field, which I understand to now be obsolete. --- ui/media/js/dnd.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ui/media/js/dnd.js b/ui/media/js/dnd.js index b5d91880..9c423a67 100644 --- a/ui/media/js/dnd.js +++ b/ui/media/js/dnd.js @@ -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) => {