mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-18 13:20:09 +10:00
Updated manager and added appx manifest reader.
This commit is contained in:
@@ -87,9 +87,9 @@ namespace WAShell
|
||||
set
|
||||
{
|
||||
splashImage = value;
|
||||
if (picbox != null && picbox.IsHandleCreated)
|
||||
if (picbox != null)
|
||||
{
|
||||
picbox.Image = splashImage;
|
||||
try { picbox.Image = splashImage; } catch { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user