desktop UI: add preference for making salinity editable

Create a checkbox in the Preferences: General screen that enables or disables
editing of the salinity data. This preference is saved with all 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:
willemferguson 2019-11-19 11:52:33 +02:00 committed by Dirk Hohndel
parent 95a0a0f5a6
commit 732d5a9fbd
6 changed files with 19 additions and 1 deletions

View file

@ -123,6 +123,7 @@ struct preferences {
bool filterFullTextNotes; // mobile only - include notes information in full text searh
bool filterCaseSensitive; // mobile only - make fltering case sensitive
bool extraEnvironmentalDefault;
bool salinityEditDefault;
// ********** Geocoding **********
geocoding_prefs_t geocoding;