From 2a3cf8f2ce09eb3f562155e8c7ffcd201a322121 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 May 2022 13:17:46 +0100 Subject: [PATCH] dice: Note a todo Signed-off-by: Ian Jackson --- src/dice.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dice.rs b/src/dice.rs index 524d8d13..79833f6f 100644 --- a/src/dice.rs +++ b/src/dice.rs @@ -506,6 +506,9 @@ impl InertPieceTrait for Die { default() }; + // todo: Ideally we would use text_options.start_element + // but I don't see how to readily make a template suitable for that + let tc = OverlayTemplateContext { label_text: label, label_options: &self.text_options, -- 2.30.2