mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
fix: fix errorSound not defined
This commit is contained in:
parent
bd9fa37ce3
commit
744a16a0f4
@ -122,11 +122,6 @@ RowLayout {
|
||||
property bool pdfViewerEnabled: true
|
||||
property bool compatibilityMode: true
|
||||
}
|
||||
|
||||
|
||||
ErrorSound {
|
||||
id: errorSound
|
||||
}
|
||||
|
||||
Audio {
|
||||
id: sendMessageSound
|
||||
|
@ -37,6 +37,10 @@ ApplicationWindow {
|
||||
}
|
||||
visible: true
|
||||
|
||||
ErrorSound {
|
||||
id: errorSound
|
||||
}
|
||||
|
||||
Action {
|
||||
shortcut: StandardKey.FullScreen
|
||||
onTriggered: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user