Add room id and room version to room settings

Add internal room ID and room version number
This commit is contained in:
James Graham
2022-12-28 13:06:43 +00:00
parent fcee5bfa92
commit 83ab751d4a

View File

@@ -119,6 +119,14 @@ Kirigami.ScrollablePage {
}
}
}
MobileForm.FormTextDelegate {
text: i18n("Room ID")
description: room.id
}
MobileForm.FormTextDelegate {
text: i18n("Room version")
description: room.version
}
}
}
MobileForm.FormCard {