Page MenuHomePhorge

D52.1726796828.diff
No OneTemporary

D52.1726796828.diff

diff --git a/src/contents/ui/event-types/Audio.qml b/src/contents/ui/event-types/Audio.qml
--- a/src/contents/ui/event-types/Audio.qml
+++ b/src/contents/ui/event-types/Audio.qml
@@ -9,8 +9,6 @@
import QtQuick.Controls 2.15
import moe.kazv.mxc.kazv 0.0 as MK
-import QtMultimedia 5.15
-
import org.kde.kirigami 2.13 as Kirigami
import '.' as Types
@@ -38,27 +36,9 @@
text: l10n.get('event-message-audio-sent', { gender, body })
}
- property var audio: Audio {
- id: audio
- source: audioUri
- autoLoad: false
- autoPlay: false
- }
- property var playLabel: Label {
- Layout.fillWidth: true
- wrapMode: Text.Wrap
- text: l10n.get('event-message-audio-play-audio')
- TapHandler {
- onSingleTapped: {
- audio.play()
- }
- }
- }
data: [
msgLabel,
- audio,
- playLabel,
bubble.mediaFileMenu,
bubble.progressBar
]

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 19, 6:47 PM (8 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16097
Default Alt Text
D52.1726796828.diff (1004 B)

Event Timeline