mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed mods without images not appearing in slideshow
This commit is contained in:
parent
1a6d8545f7
commit
c1b5b1cef1
@ -429,18 +429,20 @@ namespace Wabbajack
|
||||
bitmap.EndInit();
|
||||
|
||||
SplashScreenImage = bitmap;
|
||||
_originalImage = false;
|
||||
SplashScreenModName = element.ModName;
|
||||
SplashScreenAuthorName = element.AuthorName;
|
||||
SplashScreenSummary = element.ModSummary;
|
||||
_nexusSiteURL = element.ModURL;
|
||||
|
||||
if (fromLoop)
|
||||
_lastSlideShowUpdate = DateTime.Now;
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
_originalImage = false;
|
||||
SplashScreenModName = element.ModName;
|
||||
SplashScreenAuthorName = element.AuthorName;
|
||||
SplashScreenSummary = element.ModSummary;
|
||||
_nexusSiteURL = element.ModURL;
|
||||
|
||||
if (fromLoop)
|
||||
_lastSlideShowUpdate = DateTime.Now;
|
||||
|
||||
slidesQueue.Dequeue();
|
||||
QueueRandomSlide(false, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user