Move settings page's login button in the footer

This commit is contained in:
Carl Schwan
2020-11-22 11:42:09 +01:00
parent 4d061affc4
commit 7622b89bdd

View File

@@ -21,8 +21,12 @@ Kirigami.ScrollablePage {
Kirigami.FormData.label: i18n("Show Notifications:")
checked: Config.showNotifications
}
}
footer: RowLayout {
QQC2.Button {
Layout.alignment: Qt.AlignRight
Layout.margins: Kirigami.Units.smallSpacing
text: i18n("Save")
onClicked: {
Config.showNotifications = showNotifications.checked;