Don't immediately quit if the user did not make a slideshow directory.
This commit is contained in:
parent
93e14fd39c
commit
a0184e14da
Binary file not shown.
@ -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!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user