Skip to content

Commit a0320aa

Browse files
committed
significant speed increase to solution generation
1 parent f0a78d2 commit a0320aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

electron/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ async function createWindow(): Promise<void> {
296296

297297
// Configure window behavior
298298
state.mainWindow.webContents.setZoomFactor(1)
299-
if (isDev) {
300-
state.mainWindow.webContents.openDevTools()
301-
}
299+
// if (isDev) {
300+
// state.mainWindow.webContents.openDevTools()
301+
// }
302302
state.mainWindow.webContents.setWindowOpenHandler(({ url }) => {
303303
console.log("Attempting to open URL:", url)
304304
if (url.includes("google.com") || url.includes("supabase.co")) {

0 commit comments

Comments
 (0)