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:
parent
ee210c3bcd
commit
f96dacc94d
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user