diff --git a/RecodeItGUI/GUI/Main.cs b/RecodeItGUI/GUI/Main.cs index 4a0c2f6..be997b6 100644 --- a/RecodeItGUI/GUI/Main.cs +++ b/RecodeItGUI/GUI/Main.cs @@ -68,6 +68,10 @@ public partial class ReCodeItForm : Form { LoadedMappingFilePath.Text = $"Project Mode: ({CrossCompiler.ActiveProject.SolutionName})"; } + else + { + LoadedMappingFilePath.Text = AppSettings.Remapper?.MappingPath; + } ReloadTreeView(remaps!);