diff options
author | 2021-08-14 09:21:34 -0400 | |
---|---|---|
committer | 2021-08-14 20:21:34 +0700 | |
commit | ac8de6bd0ef0a6016732a69556e4eb9c014cfd38 (patch) | |
tree | c91eb73907b2d1443b9cc216116c9347ef499097 /source/options.tsx | |
parent | 5ec0ec56dae43b328141453957dd9e53c69dd71e (diff) | |
download | refined-github-ac8de6bd0ef0a6016732a69556e4eb9c014cfd38.tar.gz refined-github-ac8de6bd0ef0a6016732a69556e4eb9c014cfd38.tar.zst refined-github-ac8de6bd0ef0a6016732a69556e4eb9c014cfd38.zip |
Meta: Log API calls and other fetches (#4656)21.8.14
Diffstat (limited to 'source/options.tsx')
-rw-r--r-- | source/options.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/options.tsx b/source/options.tsx index 7f471ae8..f73dc3eb 100644 --- a/source/options.tsx +++ b/source/options.tsx @@ -209,6 +209,7 @@ async function generateDom(): Promise<void> { // Move debugging tools higher when side-loaded if (process.env.NODE_ENV === 'development') { select('#debugging-position')!.replaceWith(select('#debugging')!); + select('#debugging [name="logAPI"]')!.hidden = false; } // Add feature count. CSS-only features are added approximately |