diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index d2c4579..758dd4d 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -107,6 +107,7 @@ namespace Mk0.Software.ImageSorter SearchImages(); CountPicsInPath(); LoadPicture(GetImageIndex(Path.Combine(startuppath, startupimage))); + ShowPreviewImages(); if (WindowState != FormWindowState.Normal || WindowState != FormWindowState.Maximized) { if (lastState != FormWindowState.Minimized) { WindowState = lastState; } else { WindowState = FormWindowState.Normal; }