mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Fix error: Audio is not a type.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
939eb00f2c
commit
bf50e2d167
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue