Fixed Bulk Decompile

This commit is contained in:
Krowe Moh 2026-03-24 21:55:37 +11:00
parent d09fa33f39
commit 1509d7e800

View File

@ -69,7 +69,7 @@
Command="{Binding RightClickMenuCommand}">
<MenuItem.CommandParameter>
<MultiBinding Converter="{x:Static converters:MultiParameterConverter.Instance}">
<Binding Source="Folders_Save_Code" />
<Binding Source="Save_Code" />
<Binding Path="Tag"
RelativeSource="{RelativeSource AncestorType=ContextMenu}" />
</MultiBinding>