diff --git a/settings.html b/settings.html index d44e6c4..55f3bd6 100644 --- a/settings.html +++ b/settings.html @@ -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