1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 06:58:18 +02:00
parent 67fea4b6f9
commit 91b3b0e658

View File

@@ -68,8 +68,8 @@ function createTray(win) {
if (Array.isArray(folders)) {
folders = folders.map(f => ({
...f,
//linesChanged: 0, // zurück auf 0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//llmCandidates: [] // leeres Array
linesChanged: 0, // zurück auf 0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
llmCandidates: [] // leeres Array
}));
store.set('folders', folders);
}