Updated manager and added appx manifest reader.

This commit is contained in:
Bruce
2026-01-24 22:06:55 +08:00
parent 75cb72964d
commit 503ece1c64
60 changed files with 4980 additions and 3819 deletions
+2 -2
View File
@@ -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 { }
}
}
}