Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112568
D78.1732335709.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
759 B
Referenced Files
None
Subscribers
None
D78.1732335709.diff
View Options
diff --git a/src/contents/ui/EventReadIndicator.qml b/src/contents/ui/EventReadIndicator.qml
--- a/src/contents/ui/EventReadIndicator.qml
+++ b/src/contents/ui/EventReadIndicator.qml
@@ -9,6 +9,7 @@
import QtQuick.Controls 2.15
import org.kde.kirigami 2.13 as Kirigami
+import moe.kazv.mxc.kazv 0.0 as MK
import '.' as Kazv
import 'matrix-helpers.js' as Helpers
@@ -56,6 +57,11 @@
id: readIndicatorDrawer
edge: Qt.BottomEdge
modal: true
+ Component.onCompleted: {
+ if (MK.KazvUtil.kfQtMajorVersion === 6) {
+ readIndicatorDrawer.parent = Overlay.overlay;
+ }
+ }
contentItem: ColumnLayout {
Label {
text: l10n.get('event-read-indicator-list-title', { numUsers: readIndicator.model.count })
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 8:21 PM (18 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39071
Default Alt Text
D78.1732335709.diff (759 B)
Attached To
Mode
D78: Fix EventReadIndicator on KF6
Attached
Detach File
Event Timeline
Log In to Comment