From daf851108180947d303b4299b74d24d67221b381 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 Sep 2023 06:38:53 -0500 Subject: [PATCH] move notification to after the change --- src/qml/presenter/Slide.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/presenter/Slide.qml b/src/qml/presenter/Slide.qml index fbdd751..d91fce9 100644 --- a/src/qml/presenter/Slide.qml +++ b/src/qml/presenter/Slide.qml @@ -204,8 +204,8 @@ Item { } function playAudio() { - showPassiveNotification("Audio should change"); audio.loadFile(audioSource.toString()); + showPassiveNotification("Audio should change"); } function stopAudio() {