fix: fix errorSound not defined

This commit is contained in:
Jonathan Rainville 2021-02-23 11:38:04 -05:00 committed by Iuri Matias
parent bd9fa37ce3
commit 744a16a0f4
2 changed files with 4 additions and 5 deletions

View File

@ -122,11 +122,6 @@ RowLayout {
property bool pdfViewerEnabled: true
property bool compatibilityMode: true
}
ErrorSound {
id: errorSound
}
Audio {
id: sendMessageSound

View File

@ -37,6 +37,10 @@ ApplicationWindow {
}
visible: true
ErrorSound {
id: errorSound
}
Action {
shortcut: StandardKey.FullScreen
onTriggered: {