QML UI: remove the save button from settings page

As per title.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-07-20 21:54:42 +02:00 committed by Dirk Hohndel
parent ee210c3bcd
commit f96dacc94d

View file

@ -18,19 +18,6 @@ Kirigami.ScrollablePage {
property real col3Width: gridWidth * 0.25
property real col4Width: gridWidth * 0.25
actions {
main: Kirigami.Action {
text: qsTr("Save")
iconName: "document-save"
onTriggered: {
manager.distanceThreshold = distanceThreshold.text
manager.timeThreshold = timeThreshold.text
manager.theme = subsurfaceTheme.currentTheme
manager.savePreferences()
stackView.pop()
}
}
}
ColumnLayout {
width: parent.width - Kirigami.Units.gridUnit
CloudCredentials {