Merge branch ryujinx:master into ui-userprofiles-and-misc

This commit is contained in:
Neo
2025-11-17 02:42:27 -06:00
28 changed files with 469 additions and 269 deletions

View File

@@ -167,10 +167,7 @@ namespace Ryujinx.Ava.UI.Controls
private void Message_TextInput(object sender, TextInputEventArgs e)
{
if (_host != null)
{
_host.IsPrimaryButtonEnabled = _checkLength(Message.Length) && _checkInput(Message);
}
_host?.IsPrimaryButtonEnabled = _checkLength(Message.Length) && _checkInput(Message);
}
private void Message_KeyUp(object sender, KeyEventArgs e)