Force plaintext in permissions settings

This commit is contained in:
Tobias Fella
2023-11-11 18:09:03 +01:00
parent 85c2b7dada
commit 5942eac5ed

View File

@@ -45,6 +45,7 @@ FormCard.FormCardPage {
}
delegate: FormCard.FormTextDelegate {
text: name
textItem.textFormat: Text.PlainText
description: userId
contentItem.children: RowLayout {
spacing: Kirigami.Units.largeSpacing