From e9879da4ae9f2a316fc70bda1cc3998937626959 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Wed, 1 Jan 2025 13:02:47 +0100 Subject: [PATCH] Remove sound - its anoyng --- ui/qml/components/platform.uuitk/PopupPL.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/qml/components/platform.uuitk/PopupPL.qml b/ui/qml/components/platform.uuitk/PopupPL.qml index 17e97fc2..a50d8215 100644 --- a/ui/qml/components/platform.uuitk/PopupPL.qml +++ b/ui/qml/components/platform.uuitk/PopupPL.qml @@ -23,10 +23,8 @@ DBusInterface { { "type": "s", "value": msg }, // summary { "type": "s", "value": "" }, // body { "type": "as", "value": [] }, // actions - { "type": "a{sv}", "value": { - "sound-file": "/usr/share/sounds/lomiri/notifications/Xylo.ogg", - }}, // hints - { "type": "i", "value": 5000 } // expire_timeout + { "type": "a{sv}", "value": {}}, // hints + { "type": "i", "value": 5000 } // expire_timeout ]); }