From 9984e514e09e8529ccc763b61bdd050a78b0a6ed Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 20:47:19 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.html b/settings.html index fee4e5e..433e628 100644 --- a/settings.html +++ b/settings.html @@ -124,6 +124,7 @@ if (threshold > 1000) threshold = 1000; await window.settingsAPI.setIntelligentCommitThreshold(threshold); + alert('OK gedrückt'); // Dropdowns speichern const commitSel = document.getElementById('commitModelSelect'); const readmeSel = document.getElementById('readmeModelSelect');