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:
parent
5da23065d6
commit
ce8f621623
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ struct preferences default_prefs = {
|
||||||
.tag_existing_dives = false,
|
.tag_existing_dives = false,
|
||||||
.category = { 0 }
|
.category = { 0 }
|
||||||
},
|
},
|
||||||
|
.locale = {
|
||||||
|
.use_system_language = true,
|
||||||
|
},
|
||||||
.deco_mode = BUEHLMANN,
|
.deco_mode = BUEHLMANN,
|
||||||
.vpmb_conservatism = 3,
|
.vpmb_conservatism = 3,
|
||||||
.distance_threshold = 1000,
|
.distance_threshold = 1000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue