Override type if we load the full image

This commit is contained in:
Garulf 2022-09-02 07:37:25 -04:00
parent f5a511a4f1
commit 832c41f3dd

View file

@ -174,6 +174,7 @@ namespace Flow.Launcher.Infrastructure.Image
if (loadFullImage)
{
image = LoadFullImage(path);
type = ImageType.FullImageFile;
}
else
{