Skip to content

Commit 0ac8715

Browse files
authored
Merge pull request #34 from 2skydev/dev
v0.0.6 업데이트
2 parents f51a31d + b7b1aad commit 0ac8715

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/modules/app/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export class AppModule {
9898
await this.window.loadFile(this.PROD_LOAD_FILE_PATH, {
9999
hash: '#',
100100
})
101-
this.window.webContents.openDevTools()
102101
} else {
103102
await this.window.loadURL(this.DEV_URL + '#')
104103
this.window.webContents.openDevTools()

0 commit comments

Comments
 (0)