From 93ecded49c184f7baf63d6afec389c30b109a5ec Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 19 Nov 2023 07:15:31 -0600 Subject: [PATCH] small update to todo --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 18db4c6..a29bcca 100644 --- a/TODO.org +++ b/TODO.org @@ -38,6 +38,8 @@ In order to achieve this, I have to do some of the logic in qml as opposed to ru - Now need to see if I can do more logic in Rust instead. - Maybe signal handlers? +I've written this with signal handlers now. It's working sorta. + ** TODO write a function for setting each slide to the appropriate index in html presentations [[file:~/dev/lumina/src/qml/presenter/Slide.qml::/* function moveToSlideIndex(index) { */]] ** DONE Rename SlideEditor.qml to SongEditorSlideList.qml