From 7a2a201455038db9a3fac9bfa18af9fec11a5e97 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 8 Dec 2025 15:12:15 -0600 Subject: [PATCH] some todo rewording --- todo.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.org b/todo.org index 78aaa37..f153dc3 100644 --- a/todo.org +++ b/todo.org @@ -2,7 +2,7 @@ * TODO [#A] Need to fix tests now that the basic app is working -* TODO [#A] Allow for a way to split the presentation up but a right click menu for the presentation. +* TODO [#A] Allow for a way to split the presentation up with a right click menu for the presentation preview row. * TODO [#A] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even This does almost work. There is a clear amount of lag or rather hang up since switching to the =text_svg= element. I think I may only keep it till I can figure out how to do strokes and shadows in iced's normal text element.