mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
hypex was here
This commit is contained in:
parent
efc5b598db
commit
dc963f00fa
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user