Recover Button Fix

merge-requests/173/head
_Neo_ 2025-10-21 22:31:21 +03:00
parent 4012fecc25
commit 15c9d50815
2 changed files with 1 additions and 6 deletions

View File

@ -55,8 +55,8 @@
TextWrapping="Wrap" />
<Button Grid.Column="1"
HorizontalAlignment="Right"
Click="Recover"
Margin="5"
Command="{Binding Recover}"
CommandParameter="{Binding}"
Content="{ext:Locale Recover}"/>
</Grid>

View File

@ -42,10 +42,5 @@ namespace Ryujinx.Ava.UI.Views.User
{
_parent?.GoBack();
}
private void Recover(object sender, RoutedEventArgs e)
{
_parent?.RecoverLostAccounts();
}
}
}