mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 19:46:24 +02:00
UI: fix ID copying from the Show Game Info popup
This commit is contained in:
parent
2b06826922
commit
bed3835718
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue