Remove unneeded property

This commit is contained in:
Tobias Fella
2025-03-22 18:51:39 +01:00
parent 37d77f579a
commit 6b7ad6b1af
5 changed files with 1 additions and 13 deletions

View File

@@ -99,7 +99,6 @@ KirigamiComponents.ConvergentContextMenu {
dialog.close();
});
}
enabled: Controller.csSupported
}
QQC2.Action {

View File

@@ -92,7 +92,7 @@ QQC2.ScrollView {
}
Delegates.RoundedItemDelegate {
visible: root.room.isDirectChat() && Controller.csSupported
visible: root.room.isDirectChat()
icon.name: "security-low-symbolic"
text: i18nc("@action:button", "Verify user")