From f96dacc94d5a255f2aca09b84cd1eb6e23ac7415 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Thu, 20 Jul 2017 21:54:42 +0200 Subject: QML UI: remove the save button from settings page As per title. Signed-off-by: Joakim Bygdell --- mobile-widgets/qml/Settings.qml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'mobile-widgets/qml/Settings.qml') diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 4cd28bb14..830aa33f8 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -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 { -- cgit v1.2.3-70-g09d2