1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

More adjustments to enable DevTools

This commit is contained in:
Todd Martin
2025-01-01 12:41:12 -05:00
parent 2f5b07192f
commit 50447f62b2

View File

@@ -205,7 +205,7 @@ export class WindowMain {
backgroundThrottling: false,
contextIsolation: true,
session: this.session,
devTools: isDev(),
devTools: true,
},
});