Refactor Chat/RoomSidePane

This commit is contained in:
miruka
2019-12-09 05:25:31 -04:00
parent 06a6a4c08d
commit 5609ae2817
27 changed files with 237 additions and 338 deletions

View File

@@ -25,7 +25,7 @@ Rectangle {
model: HListModel {
keyField: "uuid"
source: modelSources[["Upload", chatPage.roomId]] || []
source: modelSources[["Upload", chat.roomId]] || []
}
delegate: Transfer { width: transferList.width }