From 35043652d3057eb4f2877dda7d772e42d71c32b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Jun 2020 13:48:02 +0200 Subject: Add debug config to html. --- module/output/html.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'module/output/html.scm') diff --git a/module/output/html.scm b/module/output/html.scm index 15aa9ac0..64d4e3df 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -34,6 +34,10 @@ (define debug (make-parameter #f)) +(define-config debug #f + "Places the generated thingy in debug mode" + post: debug) + (define* (slider-input key: variable (min 0) (max 10) -- cgit v1.2.3