Path Config - update main form status bar slots since savestates is one of the folders that could be affected here

This commit is contained in:
andres.delikat 2011-09-05 02:34:42 +00:00
parent e67ff446da
commit e16bc58ace
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ namespace BizHawk.MultiClient
Global.Config.PathPCEBios = PCEBiosBox.Text;
BasePathBox.Focus();
Global.MainForm.UpdateStatusSlots();
}
private void Cancel_Click(object sender, EventArgs e)