This commit is contained in:
bangae1
2025-10-20 18:57:38 +09:00
parent ea7f7a6e99
commit a0b114c92f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ function createWindow() {
sandbox: false
}
});
win.webContents.openDevTools();
if (app.isPackaged) {
win.loadFile(path.join(__dirname, 'frontend/dist/index.html'));