Skip to content

Commit

Permalink
add wreckagecomponents to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
msarilar committed Jan 30, 2018
1 parent 39e0d73 commit 5a6ca18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion EDEngineer/Utils/ItemNameConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public ItemNameConverter(List<EntryData> entryDatas)
private HashSet<string> IgnoreList { get; } = new HashSet<string>()
{
"polymers",
"scrap"
"scrap",
"wreckagecomponents"
};

public string GetOrCreate(string key)
Expand Down
2 changes: 1 addition & 1 deletion EDEngineer/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<!-- CARGO FILTERS -->

<Grid Grid.Row="0"
Height="28"
Height="31"
Visibility="{Binding CurrentCommander.Value.HighlightedEntryData.Count, Converter={StaticResource IntegerToVisibilityReversed}, Mode=OneWay}">
<Grid.ColumnDefinitions>
<ColumnDefinition />
Expand Down

0 comments on commit 5a6ca18

Please sign in to comment.