We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bed568 commit 375146cCopy full SHA for 375146c
app/src/processing/app/Base.java
@@ -81,7 +81,7 @@ public class Base {
81
public static final Predicate<UserLibrary> CONTRIBUTED = library -> library.getTypes() == null || library.getTypes().isEmpty() || library.getTypes().contains("Contributed");
82
public static final Predicate<UserLibrary> RETIRED = library -> library.getTypes() != null && library.getTypes().contains("Retired");
83
84
- private static final int RECENT_SKETCHES_MAX_SIZE = 5;
+ private static final int RECENT_SKETCHES_MAX_SIZE = 10;
85
86
private static boolean commandLine;
87
public static volatile Base INSTANCE;
0 commit comments