Răsfoiți Sursa

fix typo in left joycon sl binding (#4195)

Emmanuel Hansen 3 ani în urmă
părinte
comite
b1d4b174a6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml

+ 2 - 2
Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml

@@ -639,14 +639,14 @@
                                 Width="20"
                                 Width="20"
                                 HorizontalAlignment="Center"
                                 HorizontalAlignment="Center"
                                 VerticalAlignment="Center"
                                 VerticalAlignment="Center"
-                                Text="{locale:Locale ControllerSettingsRightSL}"
+                                Text="{locale:Locale ControllerSettingsLeftSL}"
                                 TextAlignment="Center" />
                                 TextAlignment="Center" />
                             <ToggleButton
                             <ToggleButton
                                 Width="90"
                                 Width="90"
                                 Height="27"
                                 Height="27"
                                 HorizontalAlignment="Stretch">
                                 HorizontalAlignment="Stretch">
                                 <TextBlock
                                 <TextBlock
-                                    Text="{Binding Configuration.RightButtonSl, Mode=TwoWay, Converter={StaticResource Key}}"
+                                    Text="{Binding Configuration.LeftButtonSl, Mode=TwoWay, Converter={StaticResource Key}}"
                                     TextAlignment="Center" />
                                     TextAlignment="Center" />
                             </ToggleButton>
                             </ToggleButton>
                         </StackPanel>
                         </StackPanel>