This commit is contained in:
Manuel Kamper 2023-08-10 14:46:36 +02:00
parent 8371f0218c
commit 18c4eaaf16
1 changed files with 1 additions and 0 deletions

View File

@ -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; }