Turbo be gone

This commit is contained in:
cmdr2 2022-12-27 14:51:03 +05:30
parent f13e16af15
commit 0a2c70595d
3 changed files with 0 additions and 4 deletions

View File

@ -278,7 +278,6 @@ function tryLoadOldSettings() {
"soundEnabled": "sound_toggle",
"saveToDisk": "save_to_disk",
"useCPU": "use_cpu",
"useTurboMode": "turbo",
"diskPath": "diskPath",
"useFaceCorrection": "use_face_correction",
"useUpscaling": "use_upscale",

View File

@ -469,7 +469,6 @@ document.addEventListener("dragover", dragOverHandler)
const TASK_REQ_NO_EXPORT = [
"use_cpu",
"turbo",
"save_to_disk_path"
]
const resetSettings = document.getElementById('reset-image-settings')

View File

@ -727,7 +727,6 @@
"stream_progress_updates": 'boolean',
"stream_image_progress": 'boolean',
"show_only_filtered_image": 'boolean',
"turbo": 'boolean',
"output_format": 'string',
"output_quality": 'number',
}
@ -742,7 +741,6 @@
"stream_progress_updates": true,
"stream_image_progress": true,
"show_only_filtered_image": true,
"turbo": false,
"output_format": "png",
"output_quality": 75,
}