Sfoglia il codice sorgente

UI: reference recently added translations

Evan Husted 1 anno fa
parent
commit
570c7cfaa2
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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>