From 977f7c94ca7d6dc054b9ed270aac5b20b7570dd3 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 12 Oct 2017 16:53:17 -0400 Subject: [PATCH] Tabbing to the repo page updates it --- TGControlPanel/Main.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TGControlPanel/Main.cs b/TGControlPanel/Main.cs index 584e8b1f75..969e926771 100644 --- a/TGControlPanel/Main.cs +++ b/TGControlPanel/Main.cs @@ -35,6 +35,9 @@ namespace TGControlPanel { switch (Panels.SelectedIndex) { + case 0: //repo + PopulateRepoFields(); + break; case 1: //byond UpdateBYONDButtons(); break;