Fix textbox
This commit is contained in:
parent
39c2180469
commit
22df5af793
@ -68,6 +68,10 @@ public partial class ReCodeItForm : Form
|
|||||||
{
|
{
|
||||||
LoadedMappingFilePath.Text = $"Project Mode: ({CrossCompiler.ActiveProject.SolutionName})";
|
LoadedMappingFilePath.Text = $"Project Mode: ({CrossCompiler.ActiveProject.SolutionName})";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LoadedMappingFilePath.Text = AppSettings.Remapper?.MappingPath;
|
||||||
|
}
|
||||||
|
|
||||||
ReloadTreeView(remaps!);
|
ReloadTreeView(remaps!);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user