From e58164d770932534d1b2535eb53f22b2d98efd6a Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 27 Sep 2017 14:33:05 -0400 Subject: [PATCH] Fixes refreshing the static dir list not updating editor text --- TGControlPanel/StaticPage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGControlPanel/StaticPage.cs b/TGControlPanel/StaticPage.cs index 6e867f0967..b3c23473f5 100644 --- a/TGControlPanel/StaticPage.cs +++ b/TGControlPanel/StaticPage.cs @@ -97,6 +97,7 @@ namespace TGControlPanel private void StaticFilesRefreshButton_Click(object sender, EventArgs e) { BuildFileList(); + UpdateEditText(); } private void StaticFileUploadButton_Click(object sender, EventArgs e)