From 40533df52a63ba584cdaca7e06383357fbbd5e31 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 19 May 2023 09:18:18 -0500 Subject: [PATCH] todo --- TODO.org | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.org b/TODO.org index 4843225..ce6fa42 100644 --- a/TODO.org +++ b/TODO.org @@ -119,6 +119,7 @@ I could add this by adding a bool as a gallery option in the ImageSqlModel. Then I'm thinking shadows for sure for readability on slides. Also, maybe I should have an effect of like glow? But maybe I'll come back to this after more of the core system is finished. ** TODO Need to test on other wayland compositors but Hyprland doesn't show the presentation window. :bug: +Quite by accident, I discovered how I may be able to fix this bug. Even though in QML I cannot show the window on demand, apparently in C++ I can still do it. So I will attempt to show the window by subclassing QQuickView in Rust and assign it's source through a QML file that is the PresentationWindow.qml ** TODO Finish toolbar in presentation display :ui: [[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]