Jelajahi Sumber

UI: reference recently added translations

Evan Husted 1 tahun lalu
induk
melakukan
570c7cfaa2
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      src/Ryujinx/UI/Views/Settings/SettingsSystemView.axaml

+ 3 - 1
src/Ryujinx/UI/Views/Settings/SettingsSystemView.axaml

@@ -238,7 +238,9 @@
                         ToolTip.Tip="{locale:Locale IgnoreMissingServicesTooltip}">
                         <TextBlock Text="{locale:Locale SettingsTabSystemIgnoreMissingServices}" />
                     </CheckBox>
-                    <CheckBox IsChecked="{Binding IgnoreApplet}">
+                    <CheckBox 
+                        IsChecked="{Binding IgnoreApplet}"
+                        ToolTip.Tip="{locale:Locale IgnoreAppletTooltip}">
                         <TextBlock Text="{locale:Locale SettingsTabSystemIgnoreApplet}" />
                     </CheckBox>
                 </StackPanel>