Prepare to add priorize and depriorize options.

This commit is contained in:
Black Hat
2018-07-22 12:09:15 +08:00
parent 7837c2d75e
commit d6a7f8ad8b
4 changed files with 40 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ Page {
Layout.fillWidth: true
Layout.fillHeight: true
currentRoom: roomListForm.currentIndex != -1 ? roomListModel.roomAt(roomListForm.currentIndex) : null
currentRoom: roomListForm.currentRoom
}
}
}