From 46794578b31ee56cb15346fa33f8a16ce605d8b8 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 21 Aug 2025 12:46:51 -0500 Subject: [PATCH] leaving a note --- src/ui/slide_editor.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/slide_editor.rs b/src/ui/slide_editor.rs index 32cfda4..fb12342 100644 --- a/src/ui/slide_editor.rs +++ b/src/ui/slide_editor.rs @@ -66,6 +66,8 @@ impl SlideEditor { } } +/// Ensure to use the `cosmic::Theme and cosmic::Renderer` here +/// or else it will not compile impl<'a> Program for EditorProgram {