Hide Profile Icon After Click

This commit is contained in:
xmikecampx7 2014-07-03 23:25:07 +00:00
parent 63aa1add08
commit 70eb17ae8f
1 changed files with 1 additions and 0 deletions

View File

@ -3295,6 +3295,7 @@ namespace BizHawk.Client.EmuHawk
var profileForm = new ProfileConfig();
profileForm.ShowDialog();
Global.Config.FirstBoot = false;
ProfileFirstBootLabel.Visible = false;
}