diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/main/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index b96bc07f12..c5144ee99e 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -962,7 +962,7 @@ class ApplicationMain return ( process.env.NODE_ENV === 'development' && // Downloading of React and Redux developer tools. - (url.startsWith('devtools://devtools/') || + (url.startsWith('devtools://') || url.startsWith('chrome-extension://') || url.startsWith('https://clients2.google.com') || url.startsWith('https://clients2.googleusercontent.com')) |
