리펙토링: 전체 구조 검토, 개선

This commit is contained in:
2026-05-15 18:36:55 +09:00
parent 75a1f9e2f5
commit a1a5672d97
10 changed files with 117 additions and 23 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function register(mainWindow) {
return { name: e.name, path: fullPath, hasChildren };
})
.sort((a, b) => a.name.localeCompare(b.name));
} catch { return []; }
} catch { return null; }
});
ipcMain.handle('reveal-folder', (_e, folderPath) => shell.openPath(folderPath));