1
0

Add exclamation marks to comment indicating potential issue

This commit is contained in:
2025-05-25 06:51:39 +02:00
parent a576aadbc2
commit f8deb4d83b

View File

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