We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a78d2 commit a0320aaCopy full SHA for a0320aa
1 file changed
electron/main.ts
@@ -296,9 +296,9 @@ async function createWindow(): Promise<void> {
296
297
// Configure window behavior
298
state.mainWindow.webContents.setZoomFactor(1)
299
- if (isDev) {
300
- state.mainWindow.webContents.openDevTools()
301
- }
+ // if (isDev) {
+ // state.mainWindow.webContents.openDevTools()
+ // }
302
state.mainWindow.webContents.setWindowOpenHandler(({ url }) => {
303
console.log("Attempting to open URL:", url)
304
if (url.includes("google.com") || url.includes("supabase.co")) {
0 commit comments