fix: disable dev tools

This commit is contained in:
Timothy J. Baek 2024-03-13 00:55:27 -07:00
parent 580aa0f6e7
commit 8ca3609864

View File

@ -48,7 +48,7 @@ const createWindow = () => {
}
// Open the DevTools.
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();
};
const updateConfig = async (_config) => {