We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05655b commit 540932dCopy full SHA for 540932d
gui/src/main/index.ts
@@ -958,7 +958,7 @@ class ApplicationMain
958
return (
959
process.env.NODE_ENV === 'development' &&
960
// Downloading of React and Redux developer tools.
961
- (url.startsWith('devtools://devtools/') ||
+ (url.startsWith('devtools://') ||
962
url.startsWith('chrome-extension://') ||
963
url.startsWith('https://clients2.google.com') ||
964
url.startsWith('https://clients2.googleusercontent.com'))
0 commit comments