mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add option to not check the remote when loading from git storage
This way we can first load from cache and then update from the network in the background. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3a670f8c3b
commit
83bd46cf79
2 changed files with 6 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ struct preferences {
|
|||
short conservatism_level;
|
||||
int time_threshold;
|
||||
int distance_threshold;
|
||||
bool git_local_only;
|
||||
};
|
||||
enum unit_system_values {
|
||||
METRIC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue