diff --git a/app/src/processing/app/Recent.java b/app/src/processing/app/Recent.java index 424b8d9f2..c7c6ffd4a 100644 --- a/app/src/processing/app/Recent.java +++ b/app/src/processing/app/Recent.java @@ -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 {