diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 3368c147f9..e7e76e1a7d 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -122,11 +122,6 @@ RowLayout { property bool pdfViewerEnabled: true property bool compatibilityMode: true } - - - ErrorSound { - id: errorSound - } Audio { id: sendMessageSound diff --git a/ui/main.qml b/ui/main.qml index f89d764232..69b25f67b1 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -37,6 +37,10 @@ ApplicationWindow { } visible: true + ErrorSound { + id: errorSound + } + Action { shortcut: StandardKey.FullScreen onTriggered: {