mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 14:49:05 +00:00
Recover Button Fix
This commit is contained in:
@@ -55,8 +55,8 @@
|
|||||||
TextWrapping="Wrap" />
|
TextWrapping="Wrap" />
|
||||||
<Button Grid.Column="1"
|
<Button Grid.Column="1"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Click="Recover"
|
|
||||||
Margin="5"
|
Margin="5"
|
||||||
|
Command="{Binding Recover}"
|
||||||
CommandParameter="{Binding}"
|
CommandParameter="{Binding}"
|
||||||
Content="{ext:Locale Recover}"/>
|
Content="{ext:Locale Recover}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -42,10 +42,5 @@ namespace Ryujinx.Ava.UI.Views.User
|
|||||||
{
|
{
|
||||||
_parent?.GoBack();
|
_parent?.GoBack();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Recover(object sender, RoutedEventArgs e)
|
|
||||||
{
|
|
||||||
_parent?.RecoverLostAccounts();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user