From 22df5af7931cdffb380f51980dca745cb0096ba5 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:46:32 -0400 Subject: [PATCH] Fix textbox --- RecodeItGUI/GUI/Main.cs | 4 ++++ 1 file changed, 4 insertions(+) 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!);