summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r--mobile-widgets/qml/Settings.qml44
1 files changed, 0 insertions, 44 deletions
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
@@ -546,50 +546,6 @@ TemplatePage {
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
columns: 2