Remove unneeded property
This commit is contained in:
@@ -99,7 +99,6 @@ KirigamiComponents.ConvergentContextMenu {
|
||||
dialog.close();
|
||||
});
|
||||
}
|
||||
enabled: Controller.csSupported
|
||||
}
|
||||
|
||||
QQC2.Action {
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user