mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: handle environmental states in Information tab
Create a preference setting on the General Settings page. The setting is saved with the other preferences. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33e49637ec
commit
7dc8a9850d
5 changed files with 29 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ struct preferences {
|
|||
bool use_default_file;
|
||||
bool filterFullTextNotes; // mobile only - include notes information in full text searh
|
||||
bool filterCaseSensitive; // mobile only - make fltering case sensitive
|
||||
bool extraEnvironmentalDefault;
|
||||
|
||||
// ********** Geocoding **********
|
||||
geocoding_prefs_t geocoding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue