diff options
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 22a41e4a6..8847ab36a 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -18,8 +18,8 @@ struct preferences default_prefs = { .mod = false, .modpO2 = 1.6, .ead = false, - .hrgraph = true, - .percentagegraph = true, + .hrgraph = false, + .percentagegraph = false, .dcceiling = true, .redceiling = false, .calcceiling = false, |