fix volume of notification sounds
This commit is contained in:
parent
b528e784c9
commit
69b3ea57d6
|
@ -19,6 +19,7 @@ Rectangle {
|
|||
Audio {
|
||||
id: sendMessageSound
|
||||
source: "../../../../sounds/send_message.wav"
|
||||
volume: 0.2
|
||||
}
|
||||
|
||||
function interpretMessage(msg) {
|
||||
|
|
|
@ -58,6 +58,7 @@ ApplicationWindow {
|
|||
id: notificationSound
|
||||
audioRole: Audio.NotificationRole
|
||||
source: "../../../../sounds/notification.wav"
|
||||
volume: 0.2
|
||||
}
|
||||
|
||||
Settings {
|
||||
|
|
|
@ -5,6 +5,7 @@ Audio {
|
|||
id: errorSound
|
||||
source: "./error.mp3"
|
||||
audioRole: Audio.NotificationRole
|
||||
volume: 0.2
|
||||
}
|
||||
|
||||
/*##^##
|
||||
|
|
Loading…
Reference in New Issue