From 8936b23da9b36164e18fe63d1586a9e4982333e2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 3 Sep 2023 23:56:03 +0200 Subject: [PATCH] Remove "Apply" Button in security settings It doesn't do anything. All settings are instant-apply. --- src/qml/RoomSettings/Security.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/qml/RoomSettings/Security.qml b/src/qml/RoomSettings/Security.qml index a5c31ef92..1581a33f8 100644 --- a/src/qml/RoomSettings/Security.qml +++ b/src/qml/RoomSettings/Security.qml @@ -122,19 +122,6 @@ FormCard.FormCardPage { } } - footer: QQC2.ToolBar { - contentItem: RowLayout { - Item { - Layout.fillWidth: true - } - QQC2.Button { - Layout.alignment: Qt.AlignRight - enabled: false - text: i18n("Apply") - } - } - } - property Component confirmEncryptionDialog: Component { id: confirmEncryptionDialog