Move settings page's login button in the footer
This commit is contained in:
@@ -21,8 +21,12 @@ Kirigami.ScrollablePage {
|
|||||||
Kirigami.FormData.label: i18n("Show Notifications:")
|
Kirigami.FormData.label: i18n("Show Notifications:")
|
||||||
checked: Config.showNotifications
|
checked: Config.showNotifications
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
footer: RowLayout {
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
|
Layout.alignment: Qt.AlignRight
|
||||||
|
Layout.margins: Kirigami.Units.smallSpacing
|
||||||
text: i18n("Save")
|
text: i18n("Save")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Config.showNotifications = showNotifications.checked;
|
Config.showNotifications = showNotifications.checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user