misc: chore: fix some compile warnings

This commit is contained in:
Evan Husted
2025-01-09 20:23:26 -06:00
parent bdd890cf6f
commit 27993b789f
4 changed files with 9 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ namespace Ryujinx.Ava.Utilities.Compat
InitializeComponent();
}
private void TextBox_OnTextChanged(object? sender, TextChangedEventArgs e)
private void TextBox_OnTextChanged(object sender, TextChangedEventArgs e)
{
if (DataContext is not CompatibilityViewModel cvm)
return;