From 478792913c996440ced09bafc3618e3134df8b0e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 13 Oct 2022 12:50:52 -0500 Subject: [PATCH] adding some basic text to the previewSlide --- src/qml/presenter/Presentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index df69887..229d519 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -208,7 +208,7 @@ FocusScope { videoSource: backgroundType === "video" ? background : "" audioSource: "" chosenFont: font - text: model.text[0].length === 0 ? "" : model.text[0] + text: model.text[0] === "This is demo text" ? "" : model.text[0] pdfIndex: 0 preview: true editMode: true