Move the devtools button to UserInfo
Makes more sense now that room is selectable anyway and allows access from space home pages
This commit is contained in:
@@ -30,7 +30,7 @@ ColumnLayout {
|
||||
id: roomListModel
|
||||
connection: root.connection
|
||||
}
|
||||
currentIndex: -1
|
||||
currentIndex: 0
|
||||
Component.onCompleted: currentIndex = roomListModel.rowForRoom(root.room)
|
||||
onCurrentValueChanged: root.room = roomListModel.roomByAliasOrId(roomComboBox.currentValue)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user