See merge request ryubing/ryujinx!105
This commit is contained in:
Neo
2025-08-12 17:45:24 -05:00
committed by GreemDev
parent c6f22318a7
commit ae2e9a73ab
8 changed files with 53 additions and 44 deletions

View File

@@ -128,8 +128,9 @@
Margin="10"
Content="{ext:Locale SettingsButtonReset}"
Command="{Binding ResetButton}" />
<CheckBox IsChecked="{Binding WantsToReset}"/>
<TextBlock Text="{ext:Locale SettingsButtonResetConfirm}"/>
<CheckBox IsChecked="{Binding WantsToReset}">
<TextBlock Text="{ext:Locale SettingsButtonResetConfirm}" />
</CheckBox>
</StackPanel>
<ReversibleStackPanel
Grid.Column="2"