Explorar el Código

Remove ReflectionBinding in Mod Manager (#6280)

Isaac Marovitz hace 2 años
padre
commit
356a75af0b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Ryujinx.Ava/UI/Windows/ModManagerWindow.axaml

+ 2 - 2
src/Ryujinx.Ava/UI/Windows/ModManagerWindow.axaml

@@ -40,14 +40,14 @@
                         Name="EnableAllButton"
                         MinWidth="90"
                         Margin="5"
-                        Command="{ReflectionBinding EnableAll}">
+                        Command="{Binding EnableAll}">
                         <TextBlock Text="{locale:Locale DlcManagerEnableAllButton}" />
                     </Button>
                     <Button
                         Name="DisableAllButton"
                         MinWidth="90"
                         Margin="5"
-                        Command="{ReflectionBinding DisableAll}">
+                        Command="{Binding DisableAll}">
                         <TextBlock Text="{locale:Locale DlcManagerDisableAllButton}" />
                     </Button>
                 </StackPanel>