Fix missing connection

This commit is contained in:
Tobias Fella
2023-09-14 13:32:07 +02:00
parent 6bf552398e
commit 7f3f628b7d
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ Kirigami.Page {
chatBoxLoader.item.forceActiveFocus()
}
}
connection: root.connection
}
}