diff --git a/TGControlPanel/StaticPage.cs b/TGControlPanel/StaticPage.cs index b3c23473f5..585393d5ee 100644 --- a/TGControlPanel/StaticPage.cs +++ b/TGControlPanel/StaticPage.cs @@ -261,6 +261,7 @@ namespace TGControlPanel if (unauthorized && !title.Contains(" (UNAUTHORIZED)")) StaticFileListBox.Items[index] = title + " (UNAUTHORIZED)"; } + UpdateEditText(); } private void StaticFileListBox_SelectedIndexChanged(object sender, EventArgs e)