0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 09:50:44 -05:00

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!);