update save config
This commit is contained in:
parent
8cecee3c76
commit
ce4b3baf3a
|
|
@ -36,7 +36,7 @@ function createWindow(): void {
|
||||||
mainWindow?.show()
|
mainWindow?.show()
|
||||||
|
|
||||||
// 🚀 Mở DevTools khi sẵn sàng
|
// 🚀 Mở DevTools khi sẵn sàng
|
||||||
mainWindow?.webContents.openDevTools({ mode: 'detach' })
|
// mainWindow?.webContents.openDevTools({ mode: 'detach' })
|
||||||
})
|
})
|
||||||
|
|
||||||
mainWindow.webContents.setWindowOpenHandler((details) => {
|
mainWindow.webContents.setWindowOpenHandler((details) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue