Merge pull request #245 from Cyberboss/RepoUpdator

Tabbing to the repo page updates it
This commit is contained in:
Jordan Brown
2017-10-12 16:57:12 -04:00
committed by GitHub
+3
View File
@@ -35,6 +35,9 @@ namespace TGControlPanel
{
switch (Panels.SelectedIndex)
{
case 0: //repo
PopulateRepoFields();
break;
case 1: //byond
UpdateBYONDButtons();
break;