1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-24 20:46:06 +02:00
parent 3a20d22b80
commit 9503164738

View File

@@ -114,6 +114,7 @@
// OK: alles final speichern
ok.addEventListener('click', async () => {
alert('OK gedrückt');
await window.settingsAPI.setSkipPrompt(cbSkip.checked);
// SkyMode haben wir ja schon beim Change gesetzt