mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add space for made name
This commit is contained in:
@@ -119,7 +119,7 @@ public class Recent {
|
||||
File examplesFolder = mode.getExamplesFolder();
|
||||
String examplesPath = examplesFolder.getAbsolutePath();
|
||||
if (purtyPath.startsWith(examplesPath)) {
|
||||
String modePrefix = mode.getTitle();
|
||||
String modePrefix = mode.getTitle() + " ";
|
||||
if (mode.getTitle().equals("Standard")) {
|
||||
modePrefix = ""; // "Standard examples" is dorky
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user