diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 2e283fc3a..9662b1a57 100644 --- a/core/pref.h +++ b/core/pref.h @@ -126,6 +126,8 @@ struct preferences { int o2consumption; // ml per min int pscr_ratio; // dump ratio times 1000 bool use_default_file; + bool filterFullTextNotes; // mobile only - include notes information in full text searh + bool filterCaseSensitive; // mobile only - make fltering case sensitive // ********** Geocoding ********** geocoding_prefs_t geocoding; |