修离线缓存

This commit is contained in:
2021-10-19 23:13:28 +02:00
parent 888ddce4ef
commit 6f5c21aa8f
6 changed files with 53 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ namespace AnotherReplayReader
public About()
{
InitializeComponent();
_idBox.Text = Auth.ID;
_idBox.Text = Auth.Id;
}
private void Hyperlink_RequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e)