1
0

Update preload.js to include minutes commit threshold methods

This commit is contained in:
2025-05-25 21:48:16 +02:00
parent f28e128e14
commit cf5cae5dde

View File

@@ -177,10 +177,11 @@
cbCloseToTray.checked = initialCloseToTray;
// Initialwerte parallel laden
const [initialSky, initialSkip, initialThreshold] = await Promise.all([
const [initialSky, initialSkip, initialThreshold, initialMinutes] = await Promise.all([
window.settingsAPI.getSkyMode(),
window.settingsAPI.getSkipPrompt(),
window.electronAPI.getIntelligentCommitThreshold()
window.electronAPI.getIntelligentCommitThreshold(),
window.electronAPI.getMinutesCommitThreshold()
]);
// Inputs setzen