UI: fix ID copying from the Show Game Info popup

This commit is contained in:
Evan Husted 2025-03-05 02:23:40 -06:00
parent 2b06826922
commit bed3835718
2 changed files with 3 additions and 4 deletions

View file

@ -36,6 +36,8 @@ namespace Ryujinx.Ava.UI.Windows
NormalControls.IsVisible = ConfigurationState.Instance.ShowTitleBar;
}
// ReSharper disable once UnusedMember.Local
// its referenced in the axaml but rider keeps yelling at me that its unused so
private void TextBox_OnTextChanged(object sender, TextChangedEventArgs e)
{
if (DataContext is not CompatibilityViewModel cvm)