mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Geo taxonomy: adjust the preferences to the new data structures
This allows us to pick which three categories of geo taxonomy will be shown in the UI. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f7b7d4c2df
commit
a413141b33
4 changed files with 22 additions and 16 deletions
|
|
@ -74,9 +74,7 @@ struct preferences default_prefs = {
|
|||
.enable_geocoding = false,
|
||||
.parse_dive_without_gps = false,
|
||||
.tag_existing_dives = false,
|
||||
.first_item = NULL,
|
||||
.second_item = NULL,
|
||||
.third_item = NULL
|
||||
.category = { 0 }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue