From 72c2c802308f88bd732bb66549c33a64945f9437 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sun, 21 Jul 2024 02:47:42 -0400 Subject: [PATCH] Add comment to preview thumbnail type setting code. --- web/model-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/model-manager.js b/web/model-manager.js index 7e60b2e..c2ab118 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -3401,7 +3401,7 @@ class SettingsView { $select({ $: (el) => (settings["model-preview-thumbnail-type"] = el), 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"]), $checkbox({