Don't immediately quit if the user did not make a slideshow directory.

This commit is contained in:
sigonasr2 2017-09-07 19:04:54 -05:00
parent 93e14fd39c
commit a0184e14da
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -375,7 +375,9 @@ public class SlideshowViewer {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
return false; //return false;
slideshowDataFiles = new String[]{};
return true;
} }
slideshowDataFiles = filelist; slideshowDataFiles = filelist;
System.out.print("Found and loaded "+filelist.length+" files!"); System.out.print("Found and loaded "+filelist.length+" files!");