1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

on first run, use system language.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-11-01 14:57:47 +01:00 committed by Dirk Hohndel
parent 5da23065d6
commit ce8f621623

View file

@ -83,6 +83,9 @@ struct preferences default_prefs = {
.tag_existing_dives = false,
.category = { 0 }
},
.locale = {
.use_system_language = true,
},
.deco_mode = BUEHLMANN,
.vpmb_conservatism = 3,
.distance_threshold = 1000,