Skip to content

Commit 139c61d

Browse files
authored
Add Decompile Blueprint to Search View (#615)
1 parent f51ad82 commit 139c61d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

FModel/Views/SearchView.xaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,21 @@
171171
</Viewbox>
172172
</MenuItem.Icon>
173173
</MenuItem>
174+
<MenuItem Header="Decompile Blueprint" Command="{Binding DataContext.RightClickMenuCommand}">
175+
<MenuItem.CommandParameter>
176+
<MultiBinding Converter="{x:Static converters:MultiParameterConverter.Instance}">
177+
<Binding Source="Assets_Decompile" />
178+
<Binding Path="SelectedItems" />
179+
</MultiBinding>
180+
</MenuItem.CommandParameter>
181+
<MenuItem.Icon>
182+
<Viewbox Width="16" Height="16">
183+
<Canvas Width="24" Height="24">
184+
<Path Fill="{DynamicResource {x:Static adonisUi:Brushes.ForegroundBrush}}" Data="{StaticResource InfoIcon}" />
185+
</Canvas>
186+
</Viewbox>
187+
</MenuItem.Icon>
188+
</MenuItem>
174189
<Separator />
175190
<MenuItem Command="{Binding DataContext.RightClickMenuCommand}">
176191
<MenuItem.Header>

0 commit comments

Comments
 (0)