Merge pull request #220 from Cyberboss/ReinitStatic

Fixes refreshing the static dir list not updating editor text
This commit is contained in:
Jordan Brown
2017-09-27 14:37:27 -04:00
committed by GitHub
+1
View File
@@ -97,6 +97,7 @@ namespace TGControlPanel
private void StaticFilesRefreshButton_Click(object sender, EventArgs e)
{
BuildFileList();
UpdateEditText();
}
private void StaticFileUploadButton_Click(object sender, EventArgs e)