Don't use debounce for prompt manager save settings function

This commit is contained in:
maver 2023-07-03 20:15:45 +02:00
parent a53e99b831
commit e93424b2cf

View File

@ -297,7 +297,7 @@ function setupOpenAIPromptManager(openAiSettings) {
};
promptManager.saveServiceSettings = () => {
saveSettingsDebounced();
return saveSettings();
}
promptManager.tryGenerate = () => {