refactor: delete 17 legacy files (renderer.js, 8 stylesheets, 5 scripts, 2 htmls, src/index.html orphan, deprecated src/main.js)

This commit is contained in:
2026-06-06 14:11:56 +05:30
parent 94dd62946a
commit 18fc2317ae
22 changed files with 2 additions and 17580 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function createMainWindow() {
icon: path.join(__dirname, '../../assets/icon.png')
});
win.loadFile(path.join(__dirname, '../../index.html'));
win.loadFile(path.join(__dirname, '../../renderer/index.html'));
// Show window only after content is ready — avoids blank flash
win.once('ready-to-show', () => {