1
0

Comment out linesChanged and llmCandidates initialization in createTray

This commit is contained in:
2025-05-25 06:51:26 +02:00
parent 57c6ea2f4b
commit a576aadbc2

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);
}