Enable SignalDebug when devtools is enabled

This commit is contained in:
Jamie Kyle
2024-09-23 13:09:12 -07:00
committed by GitHub
parent 511fc9c1a0
commit 55820bb8a7
3 changed files with 6 additions and 1 deletions

View File

@@ -2731,6 +2731,7 @@ ipc.on('get-config', async event => {
: getEnvironment(),
isMockTestEnvironment: Boolean(process.env.MOCK_TEST),
ciMode,
devTools: defaultWebPrefs.devTools,
// Should be already computed and cached at this point
dnsFallback: await getDNSFallback(),
disableIPv6: DISABLE_IPV6,