Skip to content

Commit

Permalink
Increase number of recent projects to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann authored and tinevez committed Nov 12, 2024
1 parent fd70cae commit bffc146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/ui/util/RecentProjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class RecentProjects implements Iterable< String >
private static final String RECENT_PROJECTS_FILE =
System.getProperty( "user.home" ) + "/.mastodon/recentprojects.yaml";

private static final int MAX_N_RECENT_PROJECTS = 10;
private static final int MAX_N_RECENT_PROJECTS = 20;

private final List< String > recent;

Expand Down

0 comments on commit bffc146

Please sign in to comment.