From 18c4eaaf1695f1d9c93fc3e34762d43af1a6e1bf Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Thu, 10 Aug 2023 14:46:36 +0200 Subject: [PATCH] fixed #4 --- Mk0.Software.ImageSorter/Main.cs | 1 + 1 file changed, 1 insertion(+) 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; }