From dc963f00fa5e743ce769e20d25fe1bf49b44cdec Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Sat, 9 Jan 2021 23:34:57 +0100 Subject: [PATCH] hypex was here --- FModel/Grabber/Mappings/MappingsGrabber.cs | 1 + FModel/Windows/Search/Search.xaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FModel/Grabber/Mappings/MappingsGrabber.cs b/FModel/Grabber/Mappings/MappingsGrabber.cs index 103f3540..8d05c322 100644 --- a/FModel/Grabber/Mappings/MappingsGrabber.cs +++ b/FModel/Grabber/Mappings/MappingsGrabber.cs @@ -33,6 +33,7 @@ namespace FModel.Grabber.Mappings await File.WriteAllBytesAsync(mappingPath, mappingsData).ConfigureAwait(false); } + FConsole.AppendText($"Mappings pulled from {mapping.FileName}", FColors.Yellow, true); Globals.Usmap = new Usmap(mappingsData); return true; } diff --git a/FModel/Windows/Search/Search.xaml b/FModel/Windows/Search/Search.xaml index d1772ff5..1042f486 100644 --- a/FModel/Windows/Search/Search.xaml +++ b/FModel/Windows/Search/Search.xaml @@ -42,7 +42,7 @@ + ColumnHeaderHeight="24" SelectionChanged="OnSelectedItemChanged" MouseDoubleClick="OnGoToClick">