From 16bb72c663770c567c0df329046559477c43be25 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 19 Apr 2023 15:09:30 -0500 Subject: [PATCH] bug: making activeServiceItem text work --- src/qml/presenter/MainWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index a2eacb3..af7cdb2 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -193,6 +193,7 @@ Controls.Page { /* SlideMod.activate(index); */ presentation.textIndex = 0; console.log("Slide changed to: " + index); + activeServiceItem = ServiceItemModel.getItem(currentServiceItem).name; } function loopVideo() {