hypex was here

This commit is contained in:
iAmAsval 2021-01-09 23:34:57 +01:00
parent efc5b598db
commit dc963f00fa
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -42,7 +42,7 @@
<DataGrid x:Name="Assets_DtGrd" Grid.Row="1" IsReadOnly="True"
AutoGenerateColumns="True" AutoGeneratingColumn="OnAutoGeneratingColumn"
ColumnHeaderHeight="24" SelectionChanged="OnSelectedItemChanged">
ColumnHeaderHeight="24" SelectionChanged="OnSelectedItemChanged" MouseDoubleClick="OnGoToClick">
<DataGrid.ContextMenu>
<ContextMenu>
<MenuItem Header="{x:Static properties:Resources.GoTo}" Click="OnGoToClick">