mirror of
https://github.com/4sval/FModel.git
synced 2026-04-25 15:39:01 -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);
|
await File.WriteAllBytesAsync(mappingPath, mappingsData).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FConsole.AppendText($"Mappings pulled from {mapping.FileName}", FColors.Yellow, true);
|
||||||
Globals.Usmap = new Usmap(mappingsData);
|
Globals.Usmap = new Usmap(mappingsData);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<DataGrid x:Name="Assets_DtGrd" Grid.Row="1" IsReadOnly="True"
|
<DataGrid x:Name="Assets_DtGrd" Grid.Row="1" IsReadOnly="True"
|
||||||
AutoGenerateColumns="True" AutoGeneratingColumn="OnAutoGeneratingColumn"
|
AutoGenerateColumns="True" AutoGeneratingColumn="OnAutoGeneratingColumn"
|
||||||
ColumnHeaderHeight="24" SelectionChanged="OnSelectedItemChanged">
|
ColumnHeaderHeight="24" SelectionChanged="OnSelectedItemChanged" MouseDoubleClick="OnGoToClick">
|
||||||
<DataGrid.ContextMenu>
|
<DataGrid.ContextMenu>
|
||||||
<ContextMenu>
|
<ContextMenu>
|
||||||
<MenuItem Header="{x:Static properties:Resources.GoTo}" Click="OnGoToClick">
|
<MenuItem Header="{x:Static properties:Resources.GoTo}" Click="OnGoToClick">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user