diff --git a/settings.html b/settings.html index 2e1d1d7..624c31b 100644 --- a/settings.html +++ b/settings.html @@ -122,8 +122,8 @@ if (isNaN(threshold)) threshold = 10; if (threshold < 1) threshold = 1; if (threshold > 1000) threshold = 1000; - alert('OK gedrückt'); await window.settingsAPI.setIntelligentCommitThreshold(threshold); + alert('OK gedrückt'); // Dropdowns speichern const commitSel = document.getElementById('commitModelSelect');