We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d9b6 commit 415544eCopy full SHA for 415544e
Settings.pde
@@ -43,7 +43,7 @@ static class Settings {
43
44
// Misc. parameters
45
boolean showVelocityChart = false; // Show velocity chart in the chart canvas.
46
- boolean showAfterimage = true; // Show afterimage instead of red dots when 'showTrail' is true.
+ boolean showAfterimage = false; // Show afterimage instead of red dots when 'showTrail' is true.
47
48
static ArrayList<String> booleanVariables;
49
static ArrayList<String> floatVariables;
0 commit comments