fix volume of notification sounds

This commit is contained in:
Iuri Matias 2020-08-19 15:56:41 -04:00
parent b528e784c9
commit 69b3ea57d6
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Rectangle {
Audio {
id: sendMessageSound
source: "../../../../sounds/send_message.wav"
volume: 0.2
}
function interpretMessage(msg) {

View File

@ -58,6 +58,7 @@ ApplicationWindow {
id: notificationSound
audioRole: Audio.NotificationRole
source: "../../../../sounds/notification.wav"
volume: 0.2
}
Settings {

View File

@ -5,6 +5,7 @@ Audio {
id: errorSound
source: "./error.mp3"
audioRole: Audio.NotificationRole
volume: 0.2
}
/*##^##