1
0

Remove alert('OK gedrückt'); from settings.html

This commit is contained in:
2025-05-24 21:09:56 +02:00
parent ea859d216c
commit 441ac67c9d

View File

@@ -183,7 +183,6 @@
// Dropdowns speichern
const commitSel = document.getElementById('commitModelSelect');
const readmeSel = document.getElementById('readmeModelSelect');
alert('OK gedrückt');
if (commitSel) await window.settingsAPI.setCommitModel(commitSel.value);
if (readmeSel) await window.settingsAPI.setReadmeModel(readmeSel.value);