Implement devtoool to show hidden timeline messages

This commit is contained in:
James Graham
2024-04-20 15:38:31 +02:00
parent dc2f11eb2b
commit 8b63c18f65
7 changed files with 134 additions and 5 deletions

View File

@@ -15,6 +15,12 @@ FormCard.FormCardPage {
FormCard.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing
FormCard.FormCheckDelegate {
text: i18nc("@option:check", "Show hidden events in the timeline")
checked: Config.showAllEvents
onToggled: Config.showAllEvents = checked
}
FormCard.FormCheckDelegate {
id: roomAccountDataVisibleCheck
text: i18nc("@option:check Enable the matrix 'threads' feature", "Always allow device verification")