From 986ab83fe95c7c9be1185e3a0fbc55f931effcc1 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Fri, 13 Sep 2024 11:57:42 +0200 Subject: [PATCH] Fix error: Audio is not a type. Signed-off-by: Camila Ayres --- src/gui/tray/CallNotificationDialog.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/tray/CallNotificationDialog.qml b/src/gui/tray/CallNotificationDialog.qml index 0ea9cb0f8..c2ab36027 100644 --- a/src/gui/tray/CallNotificationDialog.qml +++ b/src/gui/tray/CallNotificationDialog.qml @@ -75,11 +75,10 @@ ApplicationWindow { onStopNotifying: root.closeNotification() } - Audio { + SoundEffect { id: ringSound source: root.ringtonePath loops: 9 // about 45 seconds of audio playing - audioRole: Audio.RingtoneRole } Rectangle { -- 2.30.2