From 0e45adada9674c746e41877c1040cea4098d35e1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 14 Nov 2023 06:41:39 -0600 Subject: [PATCH] update todo --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 61c57c8..1682fdf 100644 --- a/TODO.org +++ b/TODO.org @@ -9,6 +9,8 @@ ** TODO Add a way to interact with OBS The basic implementation is done. In order to make use of it in the odd broken QT way, i needed to implement clone on my stuct, but it worked out. *** DONE OBWS +*** TODO Need to create a way to track the obs scenes. Then render them as a model. +Once the model of OBS scenes is created, we can select a scene to add it to the service item. Then hopefully activate will take that scene and set it inside obs when switching slides. ** TODO When updating background, it isn't changed in the list [[file:~/dev/lumina/src/qml/presenter/SongEditor.qml::function updateBackground(backgroundType) {]] ** TODO Find segfault in webengine