mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
17 lines
296 B
QML
17 lines
296 B
QML
import QtQuick 2.13
|
|
import QtMultimedia 5.13
|
|
|
|
Audio {
|
|
id: errorSound
|
|
source: "./error.mp3"
|
|
audioRole: Audio.NotificationRole
|
|
volume: appSettings.volume
|
|
muted: !appSettings.notificationSoundsEnabled
|
|
}
|
|
|
|
/*##^##
|
|
Designer {
|
|
D{i:0;autoSize:true;height:480;width:640}
|
|
}
|
|
##^##*/
|