mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:53:23 +00:00
Comment meaning of preference variables
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7bfc8bc1fe
commit
120d09181d
1 changed files with 2 additions and 2 deletions
4
pref.h
4
pref.h
|
@ -75,7 +75,7 @@ struct preferences {
|
||||||
short tankbar;
|
short tankbar;
|
||||||
short save_userid_local;
|
short save_userid_local;
|
||||||
char *userid;
|
char *userid;
|
||||||
int ascrate75;
|
int ascrate75; // All rates in mm / sec
|
||||||
int ascrate50;
|
int ascrate50;
|
||||||
int ascratestops;
|
int ascratestops;
|
||||||
int ascratelast6m;
|
int ascratelast6m;
|
||||||
|
@ -90,7 +90,7 @@ struct preferences {
|
||||||
char *proxy_pass;
|
char *proxy_pass;
|
||||||
bool doo2breaks;
|
bool doo2breaks;
|
||||||
bool drop_stone_mode;
|
bool drop_stone_mode;
|
||||||
bool last_stop;
|
bool last_stop; // At 6m?
|
||||||
bool verbatim_plan;
|
bool verbatim_plan;
|
||||||
bool display_runtime;
|
bool display_runtime;
|
||||||
bool display_duration;
|
bool display_duration;
|
||||||
|
|
Loading…
Add table
Reference in a new issue