From 29cd50f61c4a1c8d32e23d1a3ed95b38a189db48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pr=C3=A9nom=20Nom?= <adresse@mail.com> Date: Mon, 24 Feb 2025 20:51:19 +0100 Subject: [PATCH] correction affichage seuil --- src/plugin/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/plugin.js b/src/plugin/plugin.js index d63e8f9..212b574 100644 --- a/src/plugin/plugin.js +++ b/src/plugin/plugin.js @@ -65,6 +65,7 @@ async function updateUI(states) { await updateToggleExtensionButton(states.isLoggedIn, states.extensionActive, states.autoAdd, states.isTrackingActive, states.pyodideSimplemmaReady, states.includeStopwords); await updateLanguageSelection(); await updateStopwordsOption(states.includeStopwords); + document.getElementById("threshold").value = states.threshold; log("Interface mise à jour :", states); } -- GitLab