mirror of
https://github.com/processing/processing4.git
synced 2026-02-08 08:09:32 +01:00
mmm, maybe not
This commit is contained in:
@@ -185,6 +185,7 @@ public class Recent {
|
||||
//purtyPath = "\u2302 \u2192 " + recPath.substring(homePath.length() + 1);
|
||||
//purtyPath = "Home \u2192 " + recPath.substring(homePath.length() + 1);
|
||||
String userName = new File(homePath).getName();
|
||||
//purtyPath = "\u2302 " + userName + " \u2192 " + recPath.substring(homePath.length() + 1);
|
||||
purtyPath = userName + " \u2192 " + recPath.substring(homePath.length() + 1);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user