Fix textbox

This commit is contained in:
Cj 2024-06-18 23:46:32 -04:00
parent 39c2180469
commit 22df5af793

View File

@ -68,6 +68,10 @@ public partial class ReCodeItForm : Form
{
LoadedMappingFilePath.Text = $"Project Mode: ({CrossCompiler.ActiveProject.SolutionName})";
}
else
{
LoadedMappingFilePath.Text = AppSettings.Remapper?.MappingPath;
}
ReloadTreeView(remaps!);