summaryrefslogtreecommitdiff
path: root/source/options.tsx
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2021-08-14 09:21:34 -0400
committerGravatar GitHub <noreply@github.com> 2021-08-14 20:21:34 +0700
commitac8de6bd0ef0a6016732a69556e4eb9c014cfd38 (patch)
treec91eb73907b2d1443b9cc216116c9347ef499097 /source/options.tsx
parent5ec0ec56dae43b328141453957dd9e53c69dd71e (diff)
downloadrefined-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.tsx1
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