fix: 侧边栏watcher泄漏、目录刷新防抖、清理过时注释

This commit is contained in:
thzxx
2026-05-21 11:43:42 +08:00
parent 5d64e4401f
commit f6f1c4f717
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -111,6 +111,7 @@ function createWindow() {
mainWindow.on('closed', () => {
stopWatching();
stopSidebarWatching();
mainWindow = null;
});
}