From ce4b3baf3aafae14e29bd29039277557aeee2e2b Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 18 Sep 2025 08:18:24 +0700 Subject: [PATCH] update save config --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 09784a7..4045f90 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -36,7 +36,7 @@ function createWindow(): void { mainWindow?.show() // 🚀 Mở DevTools khi sẵn sàng - mainWindow?.webContents.openDevTools({ mode: 'detach' }) + // mainWindow?.webContents.openDevTools({ mode: 'detach' }) }) mainWindow.webContents.setWindowOpenHandler((details) => {