mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
commit
724c86e663
1 changed files with 4 additions and 4 deletions
|
@ -277,11 +277,11 @@ Page {
|
|||
|
||||
MessageInput {
|
||||
}
|
||||
}
|
||||
|
||||
NhekoDropArea {
|
||||
anchors.fill: parent
|
||||
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
|
||||
}
|
||||
NhekoDropArea {
|
||||
anchors.fill: timelineLayout
|
||||
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
|
||||
}
|
||||
|
||||
PrivacyScreen {
|
||||
|
|
Loading…
Reference in a new issue