mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Merge branch 'master' into 'privacy_screen'
# Conflicts: # resources/qml/TimelineView.qml
This commit is contained in:
commit
aeec1e12fc
2 changed files with 4 additions and 6 deletions
|
@ -273,12 +273,6 @@ Rectangle {
|
|||
cursorShape: Qt.IBeamCursor
|
||||
onClicked: TimelineManager.timeline.input.paste(true)
|
||||
}
|
||||
|
||||
NhekoDropArea {
|
||||
anchors.fill: parent
|
||||
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
|
|
|
@ -278,6 +278,10 @@ Page {
|
|||
MessageInput {
|
||||
}
|
||||
|
||||
NhekoDropArea {
|
||||
anchors.fill: parent
|
||||
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
|
||||
}
|
||||
}
|
||||
|
||||
PrivacyScreen {
|
||||
|
|
Loading…
Reference in a new issue