Remove annotation for nullable reference

This commit is contained in:
yell0wsuit 2024-04-07 00:02:32 +07:00
parent b240865dac
commit d2571fb5d5
No known key found for this signature in database
GPG key ID: 5B4F198A9800F6F4

View file

@ -89,7 +89,7 @@ namespace Ryujinx.Ava.UI.Windows
}
// Event handler for detecting OS theme change when using "Follow OS theme" option
private void OnPlatformColorValuesChanged(object? sender, PlatformColorValues e)
private void OnPlatformColorValuesChanged(object sender, PlatformColorValues e)
{
if (Application.Current is App app)
{