auto-git:
[change] main.js
This commit is contained in:
5
main.js
5
main.js
@@ -796,10 +796,7 @@ function buildTrayMenu() {
|
||||
folderObj = { path: newFolder, monitoring: true, linesChanged: 0, llmCandidates: [], lastHeadHash };
|
||||
folders.push(folderObj);
|
||||
store.set('folders', folders);
|
||||
} else {
|
||||
folderObj.lastHeadHash = lastHeadHash;
|
||||
store.set('folders', folders);
|
||||
}
|
||||
}
|
||||
store.set('selected', newFolder);
|
||||
watchRepo(newFolder, win);
|
||||
startMonitoringWatcher(newFolder, win);
|
||||
|
||||
Reference in New Issue
Block a user