took the debug thing out, dont worry about it

master
Marcus Gosselin 2014-10-09 14:18:54 -04:00
parent 3eb0962a59
commit ed5880ade6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Viewer implements BasicApp {
// make sure we have our variable and file // make sure we have our variable and file
// we can explicitly set them as we are trying to pick up where we left // we can explicitly set them as we are trying to pick up where we left
// off // off
currentDirectoryVariable = new Variable("MAndWorks\\MAndApps\\Settings", "WallpaperSearchDirectory", defaultSearchDirectory, true); currentDirectoryVariable = new Variable("MAndWorks\\MAndApps\\Settings", "WallpaperSearchDirectory", defaultSearchDirectory, false);
currentDirectoryFile = new File(currentDirectoryVariable.getValue()); currentDirectoryFile = new File(currentDirectoryVariable.getValue());
// which we use, be it variable or file, is completely arbitrary here. // which we use, be it variable or file, is completely arbitrary here.