From 4cff23ef7a9a5cc7e747198eacc2694a16d8f561 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 19 Feb 2020 21:52:10 +0100 Subject: mobile: remove filter settings These are not used anymore. Signed-off-by: Berthold Stoeger --- mobile-widgets/qml/Settings.qml | 44 ----------------------------------------- 1 file changed, 44 deletions(-) (limited to 'mobile-widgets/qml/Settings.qml') diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 1828b32dd..a4b55097e 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -545,50 +545,6 @@ TemplatePage { TemplateLine { visible: sectionAdvanced.isExpanded } - GridLayout { - id: filterPrefs - visible: sectionAdvanced.isExpanded - columns: 2 - - TemplateLabel { - text: qsTr("Filter preferences") - font.pointSize: subsurfaceTheme.headingPointSize - font.weight: Font.Light - Layout.topMargin: Kirigami.Units.largeSpacing - Layout.bottomMargin: Kirigami.Units.largeSpacing / 2 - Layout.columnSpan: 2 - } - TemplateLabel { - text: qsTr("Include notes in full text filtering") - Layout.preferredWidth: gridWidth * 0.75 - } - - SsrfSwitch { - id: fullTextNotes - checked: PrefGeneral.filterFullTextNotes - Layout.preferredWidth: gridWidth * 0.25 - onClicked: { - PrefGeneral.filterFullTextNotes = checked - } - } - - TemplateLabel { - text: qsTr("Match filter case sensitive") - Layout.preferredWidth: gridWidth * 0.75 - } - - SsrfSwitch { - id: filterCaseSensitive - checked: PrefGeneral.filterCaseSensitive - Layout.preferredWidth: gridWidth * 0.25 - onClicked: { - PrefGeneral.filterCaseSensitive = checked - } - } - } - TemplateLine { - visible: sectionAdvanced.isExpanded - } GridLayout { id: whichBluetoothDevices visible: sectionAdvanced.isExpanded -- cgit v1.2.3-70-g09d2