mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-10 06:34:15 +00:00
Reset icons after every load
This commit is contained in:
parent
eaa08ff534
commit
12f25e0fdb
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ namespace XCI_Explorer
|
|||
TB_Name.Text = "";
|
||||
TB_Dev.Text = "";
|
||||
PB_GameIcon.BackgroundImage = null;
|
||||
Array.Clear(Icons, 0, Icons.Length);
|
||||
if (getMKey())
|
||||
{
|
||||
using (FileStream fileStream = File.OpenRead(TB_File.Text))
|
||||
|
|
Loading…
Reference in a new issue