Add room id and room version to room settings
Add internal room ID and room version number
This commit is contained in:
@@ -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 {
|
MobileForm.FormCard {
|
||||||
|
|||||||
Reference in New Issue
Block a user