From 37878fc6f0015b88cb095cdc76b7741be96f12f1 Mon Sep 17 00:00:00 2001 From: Lucas 'Paperboy' Rose-Winters Date: Wed, 22 Oct 2025 08:31:22 +1100 Subject: [PATCH] fix: add debug mode toggle to settings panel Add debug mode checkbox to RPG Companion Settings popup (Display Options section). Users can enable debug mode to show the mobile-friendly debug panel with parser logs. This was missing from the previous commit. --- template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.html b/template.html index 89cb99e..b5c9247 100644 --- a/template.html +++ b/template.html @@ -198,7 +198,7 @@ Shows parser logs in a mobile-friendly UI panel. Useful for troubleshooting. Look for the red bug button.