Remove "Apply" Button in security settings

It doesn't do anything. All settings are instant-apply.
This commit is contained in:
Tobias Fella
2023-09-03 23:56:03 +02:00
parent cf72fbea2e
commit 8936b23da9

View File

@@ -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