Remove "Apply" Button in security settings
It doesn't do anything. All settings are instant-apply.
This commit is contained in:
@@ -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 {
|
property Component confirmEncryptionDialog: Component {
|
||||||
id: confirmEncryptionDialog
|
id: confirmEncryptionDialog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user