File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments