Replace room loading bar with an eventList header

This commit is contained in:
miruka
2020-03-07 11:11:32 -04:00
parent 269bd1d557
commit 1556e569b8
5 changed files with 28 additions and 22 deletions

View File

@@ -17,7 +17,6 @@ Item {
property QtObject userInfo: ModelStore.get("accounts").find(userId)
property QtObject roomInfo: ModelStore.get(userId, "rooms").find(roomId)
property bool loadingMessages: false
property bool ready: Boolean(userInfo && roomInfo)
readonly property alias loader: loader