summaryrefslogtreecommitdiff
path: root/source/options.tsx
diff options
context:
space:
mode:
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