mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix audio qml tags
This commit is contained in:
parent
91cf1682b1
commit
4ffae4519f
16
ui/main.qml
16
ui/main.qml
@ -31,18 +31,14 @@ ApplicationWindow {
|
||||
|
||||
signal navigateTo(string path)
|
||||
|
||||
Item {
|
||||
ErrorSound {
|
||||
id: errorSound
|
||||
}
|
||||
ErrorSound {
|
||||
id: errorSound
|
||||
}
|
||||
|
||||
Item {
|
||||
Audio {
|
||||
id: sendMessageSound
|
||||
audioRole: NotificationRole
|
||||
source: "../../../../sounds/send_message.wav"
|
||||
}
|
||||
Audio {
|
||||
id: sendMessageSound
|
||||
audioRole: Audio.NotificationRole
|
||||
source: "../../../../sounds/send_message.wav"
|
||||
}
|
||||
|
||||
Settings {
|
||||
|
@ -4,7 +4,7 @@ import QtMultimedia 5.13
|
||||
Audio {
|
||||
id: errorSound
|
||||
source: "./error.mp3"
|
||||
audioRole: NotificationRole
|
||||
audioRole: Audio.NotificationRole
|
||||
}
|
||||
|
||||
/*##^##
|
||||
|
Loading…
x
Reference in New Issue
Block a user