1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-24 20:49:03 +02:00
parent a6fdbc5680
commit f3e3b40a3e

View File

@@ -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');