Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114453
D52.1732549151.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1004 B
Referenced Files
None
Subscribers
None
D52.1732549151.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 7:39 AM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39833
Default Alt Text
D52.1732549151.diff (1004 B)
Attached To
Mode
D52: Remove audio playing
Attached
Detach File
Event Timeline
Log In to Comment