mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make rulergraph a pref as well
I don't see a point in treating it differently from the other graphs. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6545855b65
commit
7b0f737f60
2 changed files with 3 additions and 1 deletions
1
pref.h
1
pref.h
|
|
@ -43,6 +43,7 @@ struct preferences {
|
|||
short show_average_depth;
|
||||
short zoomed_plot;
|
||||
short hrgraph;
|
||||
short rulergraph;
|
||||
short save_userid_local;
|
||||
char *userid;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue