Fix missing connection
This commit is contained in:
@@ -15,6 +15,7 @@ import org.kde.neochat 1.0
|
||||
QQC2.ScrollView {
|
||||
id: root
|
||||
required property NeoChatRoom currentRoom
|
||||
required property NeoChatConnection connection
|
||||
onCurrentRoomChanged: {
|
||||
roomChanging = true;
|
||||
roomChangingTimer.restart()
|
||||
|
||||
@@ -77,6 +77,7 @@ Kirigami.Page {
|
||||
chatBoxLoader.item.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
connection: root.connection
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user