Add comment to preview thumbnail type setting code.

This commit is contained in:
Christian Bastian
2024-07-21 02:47:42 -04:00
parent 364cb27a99
commit 72c2c80230

View File

@@ -3401,7 +3401,7 @@ class SettingsView {
$select({ $select({
$: (el) => (settings["model-preview-thumbnail-type"] = el), $: (el) => (settings["model-preview-thumbnail-type"] = el),
textContent: "Preview thumbnail type", textContent: "Preview thumbnail type",
options: ["JPEG/WEBP", "JPEG", "WEBP"], options: ["JPEG/WEBP", "JPEG"], // should use JPEG/WEBP to avoid artifacts from changing between formats; use JPEG for backward compatibility
}), }),
$el("h2", ["Model Add"]), $el("h2", ["Model Add"]),
$checkbox({ $checkbox({